From: Peter Marko <[email protected]> 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 <[email protected]> --- meta-networking/recipes-daemons/squid/squid_7.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-daemons/squid/squid_7.4.bb b/meta-networking/recipes-daemons/squid/squid_7.4.bb index 6333d1e0f2..3ba1895c45 100644 --- a/meta-networking/recipes-daemons/squid/squid_7.4.bb +++ b/meta-networking/recipes-daemons/squid/squid_7.4.bb @@ -29,7 +29,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ " 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"
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#125298): https://lists.openembedded.org/g/openembedded-devel/message/125298 Mute This Topic: https://lists.openembedded.org/mt/118355668/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
