mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-20 06:11:19 +00:00
ccache: Update to version 3.7.12
This commit is contained in:
parent
63e6fd1c98
commit
3b4aebe117
@ -1,18 +1,18 @@
|
|||||||
{
|
{
|
||||||
"version": "3.7.11",
|
"version": "3.7.12",
|
||||||
"description": "Compiler cache to speed up recompilation by caching previous compilations and detecting when the same compilation is being done again.",
|
"description": "Compiler cache to speed up recompilation by caching previous compilations and detecting when the same compilation is being done again.",
|
||||||
"homepage": "https://ccache.dev",
|
"homepage": "https://ccache.dev",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"architecture": {
|
"architecture": {
|
||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/ccache/ccache/releases/download/v3.7.11/ccache-3.7.11-windows-64.zip",
|
"url": "https://github.com/ccache/ccache/releases/download/v3.7.12/ccache-3.7.12-windows-64.zip",
|
||||||
"hash": "ad172266a6d966aed9eb178d1c64b20577a5f28106c436fea83b91b9830299e1",
|
"hash": "7a644cb0c210d35220e75b4cc8cf3e4a7a1af94e0bf82f6b001a4da31c34d3eb",
|
||||||
"extract_dir": "ccache-3.7.11-windows-64"
|
"extract_dir": "ccache-3.7.12-windows-64"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/ccache/ccache/releases/download/v3.7.11/ccache-3.7.11-windows-32.zip",
|
"url": "https://github.com/ccache/ccache/releases/download/v3.7.12/ccache-3.7.12-windows-32.zip",
|
||||||
"hash": "eeb4ca6b6f47127551d024dbccca29685c8401066920d96ab51c331a8c4da4f6",
|
"hash": "dc13f4a459782660e54a1f68681613fdc1959831fc5e6df5e472c71ef3ba1ce7",
|
||||||
"extract_dir": "ccache-3.7.11-windows-32"
|
"extract_dir": "ccache-3.7.12-windows-32"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "ccache.exe",
|
"bin": "ccache.exe",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user