summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-devtools/ccache/ccache_4.11.3.bb (renamed from meta/recipes-devtools/ccache/ccache_4.11.2.bb)2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/ccache/ccache_4.11.2.bb b/meta/recipes-devtools/ccache/ccache_4.11.3.bb
index 3a41cb5736..83374fa44c 100644
--- a/meta/recipes-devtools/ccache/ccache_4.11.2.bb
+++ b/meta/recipes-devtools/ccache/ccache_4.11.3.bb
@@ -17,7 +17,7 @@ DEPENDS = "zstd fmt xxhash"
17 17
18SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz" 18SRC_URI = "${GITHUB_BASE_URI}/download/v${PV}/${BP}.tar.gz"
19 19
20SRC_URI[sha256sum] = "d51b82bb8c3932649323fd4cb8e5a0a9f7fe7f672c71a6d6839bee13b4ded4c5" 20SRC_URI[sha256sum] = "28a407314f03a7bd7a008038dbaffa83448bc670e2fc119609b1d99fb33bb600"
21 21
22inherit cmake github-releases 22inherit cmake github-releases
23 23