diff options
| -rw-r--r-- | meta-webserver/recipes-webadmin/netdata/netdata_1.43.2.bb (renamed from meta-webserver/recipes-webadmin/netdata/netdata_1.43.0.bb) | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-webserver/recipes-webadmin/netdata/netdata_1.43.0.bb b/meta-webserver/recipes-webadmin/netdata/netdata_1.43.2.bb index 07ee03d86e..c56da37449 100644 --- a/meta-webserver/recipes-webadmin/netdata/netdata_1.43.0.bb +++ b/meta-webserver/recipes-webadmin/netdata/netdata_1.43.2.bb | |||
| @@ -9,7 +9,7 @@ DEPENDS += "libuv util-linux zlib libyaml json-c" | |||
| 9 | 9 | ||
| 10 | SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BPN}-v${PV}.tar.gz \ | 10 | SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/v${PV}/${BPN}-v${PV}.tar.gz \ |
| 11 | " | 11 | " |
| 12 | SRC_URI[sha256sum] = "d3c66273d8eb62290d412c870dcde45ea214ad187df9d5350f682d9e6d19d426" | 12 | SRC_URI[sha256sum] = "d4a7ea2717ac7c8f04865f18e13aeaa0a36784156059f1b5ced75a44f74afc4d" |
| 13 | 13 | ||
| 14 | # default netdata.conf for netdata configuration | 14 | # default netdata.conf for netdata configuration |
| 15 | SRC_URI += "file://netdata.conf" | 15 | SRC_URI += "file://netdata.conf" |
| @@ -17,7 +17,8 @@ SRC_URI += "file://netdata.conf" | |||
| 17 | # file for providing systemd service support | 17 | # file for providing systemd service support |
| 18 | SRC_URI += "file://netdata.service" | 18 | SRC_URI += "file://netdata.service" |
| 19 | 19 | ||
| 20 | UPSTREAM_CHECK_URI = "https://github.com/netdata/netdata/releases" | 20 | UPSTREAM_CHECK_URI = "https://github.com/${BPN}/${BPN}/tags" |
| 21 | UPSTREAM_CHECK_REGEX = "${BPN}/releases/tag/v(?P<pver>\d+(?:\.\d+)*)" | ||
| 21 | 22 | ||
| 22 | S = "${WORKDIR}/${BPN}-v${PV}" | 23 | S = "${WORKDIR}/${BPN}-v${PV}" |
| 23 | 24 | ||
