]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
ccache: upgrade 3.7.9 -> 3.7.10
authorAndreas Müller <schnitzeltony@gmail.com>
Sun, 28 Jun 2020 13:34:14 +0000 (15:34 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 28 Jun 2020 22:37:35 +0000 (23:37 +0100)
remove SRC_URI[md5sum]

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/ccache/ccache_3.7.10.bb [moved from meta/recipes-devtools/ccache/ccache_3.7.9.bb with 86% similarity]

similarity index 86%
rename from meta/recipes-devtools/ccache/ccache_3.7.9.bb
rename to meta/recipes-devtools/ccache/ccache_3.7.10.bb
index e55854bfa889981720d99aa36840cdc08ffcc006..852583dfd2926a2fb47715f93cb970632772a976 100644 (file)
@@ -12,8 +12,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.adoc;md5=22d514dbc01fdf9a9784334b6b59417a"
 DEPENDS = "zlib"
 
 SRC_URI = "https://github.com/ccache/ccache/releases/download/v${PV}/${BP}.tar.gz"
-SRC_URI[md5sum] = "a4a38afc62ed189904357739fd8f3fb8"
-SRC_URI[sha256sum] = "92838e2133c9e704fdab9ee2608dad86c99021278b9ac47d065aa8ff2ea8ce36"
+SRC_URI[sha256sum] = "447ddf21a5f0ffa6b6d26839ae876a6d17d0d7e3533926cdf78ecd11dad793f8"
 
 UPSTREAM_CHECK_URI = "https://github.com/ccache/ccache/releases/"