mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 08:41:20 +00:00
ccache: Update to version 4.7.1
This commit is contained in:
parent
2bd167ad1b
commit
8a8daf3ac7
@ -1,18 +1,18 @@
|
||||
{
|
||||
"version": "4.7",
|
||||
"version": "4.7.1",
|
||||
"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.7/ccache-4.7-windows-x86_64.zip",
|
||||
"hash": "bef43d903b2d263b02a162134a14b56ceb0f450ffcd143bf84ba03ae724dae11",
|
||||
"extract_dir": "ccache-4.7-windows-x86_64"
|
||||
"url": "https://github.com/ccache/ccache/releases/download/v4.7.1/ccache-4.7.1-windows-x86_64.zip",
|
||||
"hash": "f7515f27d6f7bd6bd599daa4f73be25e0ad4508f9fb0e862fa9e0db67a105bf4",
|
||||
"extract_dir": "ccache-4.7.1-windows-x86_64"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/ccache/ccache/releases/download/v4.7/ccache-4.7-windows-i686.zip",
|
||||
"hash": "eead93aa8a0d343b20bc7f0fe01e4d6e0bf12d6b59e11749859f0b6e463e523d",
|
||||
"extract_dir": "ccache-4.7-windows-i686"
|
||||
"url": "https://github.com/ccache/ccache/releases/download/v4.7.1/ccache-4.7.1-windows-i686.zip",
|
||||
"hash": "089bf23715980307f8926f826e5bcb500ad3ba416f13c4a4602108c2402fb1c4",
|
||||
"extract_dir": "ccache-4.7.1-windows-i686"
|
||||
}
|
||||
},
|
||||
"bin": "ccache.exe",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user