mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-31 01:10:08 +00:00
squid: fix UPSTREAM_CHECK_REGEX
Squid tags are in form SQUID_<MAJ>_<MIN>. This can also be seen in SRC_URI download link. This change will make "devtool latest-version squid" correctly show 7.5 Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -29,7 +29,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \
|
|||||||
"
|
"
|
||||||
|
|
||||||
UPSTREAM_CHECK_URI = "https://github.com/squid-cache/${BPN}/releases/"
|
UPSTREAM_CHECK_URI = "https://github.com/squid-cache/${BPN}/releases/"
|
||||||
UPSTREAM_CHECK_REGEX = "v?(?P<pver>\d+(\.\d+)+)"
|
UPSTREAM_CHECK_REGEX = "SQUID_(?P<pver>\d+(_\d+)+)"
|
||||||
|
|
||||||
DEPENDS = "libtool"
|
DEPENDS = "libtool"
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user