summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-networking/recipes-daemons/squid/squid_7.4.bb2
1 files changed, 1 insertions, 1 deletions
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 \
29 " 29 "
30 30
31UPSTREAM_CHECK_URI = "https://github.com/squid-cache/${BPN}/releases/" 31UPSTREAM_CHECK_URI = "https://github.com/squid-cache/${BPN}/releases/"
32UPSTREAM_CHECK_REGEX = "v?(?P<pver>\d+(\.\d+)+)" 32UPSTREAM_CHECK_REGEX = "SQUID_(?P<pver>\d+(_\d+)+)"
33 33
34DEPENDS = "libtool" 34DEPENDS = "libtool"
35 35