From: Alexander Kanavin Date: Thu, 22 Aug 2024 09:34:54 +0000 (+0200) Subject: ccache: upgrade 4.10.1 -> 4.10.2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=371e34b03b94152328ad20362e18e882c11ad9cf;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ccache: upgrade 4.10.1 -> 4.10.2 Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-devtools/ccache/ccache_4.10.1.bb b/meta/recipes-devtools/ccache/ccache_4.10.2.bb similarity index 93% rename from meta/recipes-devtools/ccache/ccache_4.10.1.bb rename to meta/recipes-devtools/ccache/ccache_4.10.2.bb index 6ae85af4f5d..361c1643f91 100644 --- a/meta/recipes-devtools/ccache/ccache_4.10.1.bb +++ b/meta/recipes-devtools/ccache/ccache_4.10.2.bb @@ -17,7 +17,7 @@ DEPENDS = "zstd fmt xxhash" SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz" -SRC_URI[sha256sum] = "8f8ad60d9363857812aa8af3fa7fb72be5ea5cf193f824d16d237a8a79256be4" +SRC_URI[sha256sum] = "108100960bb7e64573ea925af2ee7611701241abb36ce0aae3354528403a7d87" inherit cmake github-releases