Skip to content

Commit 811b233

Browse files
committed
Merge branch 'feat/update_ccache_to_4.12.1_v5.1' into 'release/v5.1'
feat(tools): Updated ccache 4.11.2 -> 4.12.1 (v5.1) See merge request espressif/esp-idf!43572
2 parents a322e93 + e5ac617 commit 811b233

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tools/tools.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -891,7 +891,7 @@
891891
"description": "Ccache (compiler cache)",
892892
"export_paths": [
893893
[
894-
"ccache-4.11.2-windows-x86_64"
894+
"ccache-4.12.1-windows-x86_64"
895895
]
896896
],
897897
"export_vars": {
@@ -919,12 +919,12 @@
919919
"version_regex": "ccache version ([0-9.]+)",
920920
"versions": [
921921
{
922-
"name": "4.11.2",
922+
"name": "4.12.1",
923923
"status": "recommended",
924924
"win64": {
925-
"sha256": "1f39f3ad5aae3fe915e99ad1302633bc8f6718e58fa7c0de2b0ba7e080f0f08c",
926-
"size": 1642225,
927-
"url": "https://github.com/ccache/ccache/releases/download/v4.11.2/ccache-4.11.2-windows-x86_64.zip"
925+
"sha256": "98aea520d66905b8ba7a8e648a4cc0ca941d5e119d441f1e879a4a9045bf18f6",
926+
"size": 1710234,
927+
"url": "https://github.com/ccache/ccache/releases/download/v4.12.1/ccache-4.12.1-windows-x86_64.zip"
928928
}
929929
}
930930
]

0 commit comments

Comments
 (0)