mirror of
https://github.com/espressif/esp-idf.git
synced 2026-04-27 19:13:21 +00:00
feat(tools): Updated ccache 4.11.2 -> 4.12.1
Closes https://github.com/espressif/esp-idf/issues/17756
This commit is contained in:
+5
-5
@@ -891,7 +891,7 @@
|
||||
"description": "Ccache (compiler cache)",
|
||||
"export_paths": [
|
||||
[
|
||||
"ccache-4.11.2-windows-x86_64"
|
||||
"ccache-4.12.1-windows-x86_64"
|
||||
]
|
||||
],
|
||||
"export_vars": {
|
||||
@@ -919,12 +919,12 @@
|
||||
"version_regex": "ccache version ([0-9.]+)",
|
||||
"versions": [
|
||||
{
|
||||
"name": "4.11.2",
|
||||
"name": "4.12.1",
|
||||
"status": "recommended",
|
||||
"win64": {
|
||||
"sha256": "1f39f3ad5aae3fe915e99ad1302633bc8f6718e58fa7c0de2b0ba7e080f0f08c",
|
||||
"size": 1642225,
|
||||
"url": "https://github.com/ccache/ccache/releases/download/v4.11.2/ccache-4.11.2-windows-x86_64.zip"
|
||||
"sha256": "98aea520d66905b8ba7a8e648a4cc0ca941d5e119d441f1e879a4a9045bf18f6",
|
||||
"size": 1710234,
|
||||
"url": "https://github.com/ccache/ccache/releases/download/v4.12.1/ccache-4.12.1-windows-x86_64.zip"
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user