mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
ccache: Update to version 4.11.2
This commit is contained in:
parent
b4a517b147
commit
b6b0ad7651
@ -1,18 +1,18 @@
|
||||
{
|
||||
"version": "4.11.1",
|
||||
"version": "4.11.2",
|
||||
"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",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/ccache/ccache/releases/download/v4.11.1/ccache-4.11.1-windows-x86_64.zip",
|
||||
"hash": "1fccfff3d22dc05bad61073fe050398ba8cd99395dd21d0ea1397b96fa2b508e",
|
||||
"extract_dir": "ccache-4.11.1-windows-x86_64"
|
||||
"url": "https://github.com/ccache/ccache/releases/download/v4.11.2/ccache-4.11.2-windows-x86_64.zip",
|
||||
"hash": "1f39f3ad5aae3fe915e99ad1302633bc8f6718e58fa7c0de2b0ba7e080f0f08c",
|
||||
"extract_dir": "ccache-4.11.2-windows-x86_64"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/ccache/ccache/releases/download/v4.11.1/ccache-4.11.1-windows-i686.zip",
|
||||
"hash": "bab075a6b96cd8675164b2bdc1104021e1f1fecda21c53b7ff56545842b112b4",
|
||||
"extract_dir": "ccache-4.11.1-windows-i686"
|
||||
"url": "https://github.com/ccache/ccache/releases/download/v4.11.2/ccache-4.11.2-windows-i686.zip",
|
||||
"hash": "35f24adcff64a95a99eafcfe5b0a0a4c69fba950825091ba82a9984d90ebae84",
|
||||
"extract_dir": "ccache-4.11.2-windows-i686"
|
||||
}
|
||||
},
|
||||
"bin": "ccache.exe",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user