summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/libnl/libnl_3.9.0.bb (renamed from meta/recipes-support/libnl/libnl_3.8.0.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libnl/libnl_3.8.0.bb b/meta/recipes-support/libnl/libnl_3.9.0.bb
index 28b2e5733e..db9d93e8cb 100644
--- a/meta/recipes-support/libnl/libnl_3.8.0.bb
+++ b/meta/recipes-support/libnl/libnl_3.9.0.bb
@@ -18,7 +18,7 @@ SRC_URI = "${GITHUB_BASE_URI}/download/${BPN}${@d.getVar('PV').replace('.','_')}
18 file://run-ptest \ 18 file://run-ptest \
19 " 19 "
20 20
21SRC_URI[sha256sum] = "bb726c6d7a08b121978d73ff98425bf313fa26a27a331d465e4f1d7ec5b838c6" 21SRC_URI[sha256sum] = "aed507004d728a5cf11eab48ca4bf9e6e1874444e33939b9d3dfed25018ee9bb"
22 22
23GITHUB_BASE_URI = "https://github.com/thom311/${BPN}/releases" 23GITHUB_BASE_URI = "https://github.com/thom311/${BPN}/releases"
24UPSTREAM_CHECK_REGEX = "releases/tag/libnl(?P<pver>.+)" 24UPSTREAM_CHECK_REGEX = "releases/tag/libnl(?P<pver>.+)"