mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 23:31:20 +00:00
35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
{
|
|
"version": "4.7.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.7.3/ccache-4.7.3-windows-x86_64.zip",
|
|
"hash": "58ef35520f606b339d281fdb8050b3f92f2482999cffe5859fa265772b97f02a",
|
|
"extract_dir": "ccache-4.7.3-windows-x86_64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ccache/ccache/releases/download/v4.7.3/ccache-4.7.3-windows-i686.zip",
|
|
"hash": "dfe91d55f1dca5776d0d4979a94383a382a8a00b417a0e112fac5018c990eb2a",
|
|
"extract_dir": "ccache-4.7.3-windows-i686"
|
|
}
|
|
},
|
|
"bin": "ccache.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/ccache/ccache"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ccache/ccache/releases/download/v$version/ccache-$version-windows-x86_64.zip",
|
|
"extract_dir": "ccache-$version-windows-x86_64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ccache/ccache/releases/download/v$version/ccache-$version-windows-i686.zip",
|
|
"extract_dir": "ccache-$version-windows-i686"
|
|
}
|
|
}
|
|
}
|
|
}
|