summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools
diff options
context:
space:
mode:
authorAndreas Müller <schnitzeltony@gmail.com>2020-06-28 15:34:14 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-06-28 23:37:35 +0100
commit9694fcffd9824f11d25f909e10603979ecc338ac (patch)
treee62b7b3187462ecfd4b14c7a6fbc73f6c9978b78 /meta/recipes-devtools
parent9f9bfadc2b043a17dd33d4e5410b471567e6e445 (diff)
downloadopenembedded-core-contrib-9694fcffd9824f11d25f909e10603979ecc338ac.tar.gz
ccache: upgrade 3.7.9 -> 3.7.10
remove SRC_URI[md5sum] Signed-off-by: Andreas Müller <schnitzeltony@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r--meta/recipes-devtools/ccache/ccache_3.7.10.bb (renamed from meta/recipes-devtools/ccache/ccache_3.7.9.bb)3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-devtools/ccache/ccache_3.7.9.bb b/meta/recipes-devtools/ccache/ccache_3.7.10.bb
index e55854bfa8..852583dfd2 100644
--- a/meta/recipes-devtools/ccache/ccache_3.7.9.bb
+++ b/meta/recipes-devtools/ccache/ccache_3.7.10.bb
@@ -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/"