mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 07:11:21 +00:00
ccache: Update to version 4.6
This commit is contained in:
parent
336e15941a
commit
d18ee1981d
@ -1,18 +1,18 @@
|
|||||||
{
|
{
|
||||||
"version": "4.5.1",
|
"version": "4.6",
|
||||||
"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.5.1/ccache-4.5.1-windows-64.zip",
|
"url": "https://github.com/ccache/ccache/releases/download/v4.6/ccache-4.6-windows-64.zip",
|
||||||
"hash": "2b99e238993826926df2f18967ae9e2746d40c4f8e07980a31b2821e3b19eb63",
|
"hash": "d7b4e8c89db51b044711590b3fbd238e57951fe91b30df197e4d7c00279ef78d",
|
||||||
"extract_dir": "ccache-4.5.1-windows-64"
|
"extract_dir": "ccache-4.6-windows-64"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/ccache/ccache/releases/download/v4.5.1/ccache-4.5.1-windows-32.zip",
|
"url": "https://github.com/ccache/ccache/releases/download/v4.6/ccache-4.6-windows-32.zip",
|
||||||
"hash": "1dde4bf19493e51025e2304290d952a6abfc093d1ccf0cb775a7e554d62b0221",
|
"hash": "aff5cca6d775b48d8fb46975e1529484049a05a15f7e6268feb2234c6c7cbf31",
|
||||||
"extract_dir": "ccache-4.5.1-windows-32"
|
"extract_dir": "ccache-4.6-windows-32"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "ccache.exe",
|
"bin": "ccache.exe",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user