mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
ccache: Update to version 4.5
This commit is contained in:
parent
751c8ddf15
commit
fcbd1bae3d
@ -1,18 +1,18 @@
|
|||||||
{
|
{
|
||||||
"version": "4.4.2",
|
"version": "4.5",
|
||||||
"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.4.2/ccache-4.4.2-windows-64.zip",
|
"url": "https://github.com/ccache/ccache/releases/download/v4.5/ccache-4.5-windows-64.zip",
|
||||||
"hash": "ebbddd0bf402cd398b1f71b1f6067e06a6440ddd6689fd407f95a7b09be5b55b",
|
"hash": "fe3f2a90546646f03440f193ea7adda1f6c085980fef1d8d7e5768ab1ece9bf7",
|
||||||
"extract_dir": "ccache-4.4.2-windows-64"
|
"extract_dir": "ccache-4.5-windows-64"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/ccache/ccache/releases/download/v4.4.2/ccache-4.4.2-windows-32.zip",
|
"url": "https://github.com/ccache/ccache/releases/download/v4.5/ccache-4.5-windows-32.zip",
|
||||||
"hash": "a475acfc08e16b14f68296f5945e08f7df61999101fe062992272a828183b8fd",
|
"hash": "e59f0cc9294015e626c16679571c6cf2525e1854dbe4a83a80b1185c07b36dcb",
|
||||||
"extract_dir": "ccache-4.4.2-windows-32"
|
"extract_dir": "ccache-4.5-windows-32"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "ccache.exe",
|
"bin": "ccache.exe",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user