mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-07 17:21:20 +00:00
ccache: Update to version 4.7.2
This commit is contained in:
parent
2b437fa1ee
commit
21b430b20f
@ -1,18 +1,18 @@
|
|||||||
{
|
{
|
||||||
"version": "4.7.1",
|
"version": "4.7.2",
|
||||||
"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.7.1/ccache-4.7.1-windows-x86_64.zip",
|
"url": "https://github.com/ccache/ccache/releases/download/v4.7.2/ccache-4.7.2-windows-x86_64.zip",
|
||||||
"hash": "f7515f27d6f7bd6bd599daa4f73be25e0ad4508f9fb0e862fa9e0db67a105bf4",
|
"hash": "6e0959c518b0c51fa887035465e7486f50079fe9acf711e5dd7ea2d30a824521",
|
||||||
"extract_dir": "ccache-4.7.1-windows-x86_64"
|
"extract_dir": "ccache-4.7.2-windows-x86_64"
|
||||||
},
|
},
|
||||||
"32bit": {
|
"32bit": {
|
||||||
"url": "https://github.com/ccache/ccache/releases/download/v4.7.1/ccache-4.7.1-windows-i686.zip",
|
"url": "https://github.com/ccache/ccache/releases/download/v4.7.2/ccache-4.7.2-windows-i686.zip",
|
||||||
"hash": "089bf23715980307f8926f826e5bcb500ad3ba416f13c4a4602108c2402fb1c4",
|
"hash": "ad0688ed2f615e259fb83e047f4e4295aaaa9df4ffc0f851eeb51c136ed65f2e",
|
||||||
"extract_dir": "ccache-4.7.1-windows-i686"
|
"extract_dir": "ccache-4.7.2-windows-i686"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "ccache.exe",
|
"bin": "ccache.exe",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user