From 7e8ef2b7ffe8ac9e9df37c2113601f37819a3b4b Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Sun, 11 Mar 2018 17:34:30 -0400 Subject: hthttpd: add a valid upstream check uri and regex Signed-off-by: Derek Straka Signed-off-by: Armin Kuster --- meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.1.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-webserver') diff --git a/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.1.bb b/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.1.bb index c9fe55b489..37bd7537dd 100644 --- a/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.1.bb +++ b/meta-webserver/recipes-httpd/sthttpd/sthttpd_2.27.1.bb @@ -14,6 +14,9 @@ SRC_URI = "https://github.com/blueness/${BPN}/archive/v${PV}.tar.gz;downloadfile SRC_URI[md5sum] = "3cda1b6c8c8542b1510eadb8e540d8b6" SRC_URI[sha256sum] = "a1ee2806432eaf5b5dd267a0523701f9f1fa00fefd499d5bec42165a41e05846" +UPSTREAM_CHECK_URI = "https://github.com/blueness/sthttpd/releases/" +UPSTREAM_CHECK_REGEX = "v(?P\d+(\.\d+)+).tar.gz" + S = "${WORKDIR}/sthttpd-${PV}" inherit autotools update-rc.d systemd -- cgit 1.2.3-korg