summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/uriparser/uriparser_1.0.0.bb (renamed from meta-oe/recipes-support/uriparser/uriparser_0.9.8.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/uriparser/uriparser_0.9.8.bb b/meta-oe/recipes-support/uriparser/uriparser_1.0.0.bb
index 3d76190d39..b5a0a9f42d 100644
--- a/meta-oe/recipes-support/uriparser/uriparser_0.9.8.bb
+++ b/meta-oe/recipes-support/uriparser/uriparser_1.0.0.bb
@@ -2,10 +2,10 @@ SUMMARY = "RFC 3986 compliant URI parsing library"
2HOMEPAGE = "https://uriparser.github.io" 2HOMEPAGE = "https://uriparser.github.io"
3 3
4LICENSE = "BSD-3-Clause" 4LICENSE = "BSD-3-Clause"
5LIC_FILES_CHKSUM = "file://COPYING;md5=fcc5a53146c2401f4b4f6a3bdf3f0168" 5LIC_FILES_CHKSUM = "file://src/COPYING;md5=fcc5a53146c2401f4b4f6a3bdf3f0168"
6 6
7SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${BP}/${BP}.tar.gz" 7SRC_URI = "https://github.com/${BPN}/${BPN}/releases/download/${BP}/${BP}.tar.gz"
8SRC_URI[sha256sum] = "4cd0e4f93b477272fabceeb0202f269169fe6ec3044e10fac6acbcdf354bb080" 8SRC_URI[sha256sum] = "291f25264a5c025005b1bc39de3c029e6a6ca0a8d6cfa5e61cb5b03702c0884d"
9 9
10inherit cmake github-releases 10inherit cmake github-releases
11 11