mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-05 00:01:20 +00:00
ccache: Update to version 4.12
This commit is contained in:
parent
4095fd0b59
commit
b4cd6377de
@ -1,18 +1,18 @@
|
|||||||
{
|
{
|
||||||
"version": "4.11.3",
|
"version": "4.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/v4.11.3/ccache-4.11.3-windows-x86_64.zip",
|
"url": "https://github.com/ccache/ccache/releases/download/v4.12/ccache-4.12-windows-x86_64.zip",
|
||||||
"hash": "bfd031cad091b7db7e68c3303be542b0f7fee7a3e716d76ec6f7e6c7ef4b3526",
|
"hash": "85c963b154dcf5e38dc6839d660218433a3b0b86387c302675d236e17ae7220d",
|
||||||
"extract_dir": "ccache-4.11.3-windows-x86_64"
|
"extract_dir": "ccache-4.12-windows-x86_64"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/ccache/ccache/releases/download/v4.11.3/ccache-4.11.3-windows-i686.zip",
|
"url": "https://github.com/ccache/ccache/releases/download/v4.12/ccache-4.12-windows-i686.zip",
|
||||||
"hash": "ad0248edcce9959fe4075ddc41496a099366b0c785aee062a8d59d26c1385178",
|
"hash": "c046ad7159d312312662c380da5932d441407f56164e451b09c16dad8db01051",
|
||||||
"extract_dir": "ccache-4.11.3-windows-i686"
|
"extract_dir": "ccache-4.12-windows-i686"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "ccache.exe",
|
"bin": "ccache.exe",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user