mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
ccache: Update to version 4.11.3
This commit is contained in:
parent
11a6acdc92
commit
f26b3a3549
@ -1,18 +1,18 @@
|
||||
{
|
||||
"version": "4.11.2",
|
||||
"version": "4.11.3",
|
||||
"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.2/ccache-4.11.2-windows-x86_64.zip",
|
||||
"hash": "1f39f3ad5aae3fe915e99ad1302633bc8f6718e58fa7c0de2b0ba7e080f0f08c",
|
||||
"extract_dir": "ccache-4.11.2-windows-x86_64"
|
||||
"url": "https://github.com/ccache/ccache/releases/download/v4.11.3/ccache-4.11.3-windows-x86_64.zip",
|
||||
"hash": "bfd031cad091b7db7e68c3303be542b0f7fee7a3e716d76ec6f7e6c7ef4b3526",
|
||||
"extract_dir": "ccache-4.11.3-windows-x86_64"
|
||||
},
|
||||
"32bit": {
|
||||
"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"
|
||||
"url": "https://github.com/ccache/ccache/releases/download/v4.11.3/ccache-4.11.3-windows-i686.zip",
|
||||
"hash": "ad0248edcce9959fe4075ddc41496a099366b0c785aee062a8d59d26c1385178",
|
||||
"extract_dir": "ccache-4.11.3-windows-i686"
|
||||
}
|
||||
},
|
||||
"bin": "ccache.exe",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user