mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-23 09:01:19 +00:00
35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
{
|
|
"version": "4.2.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.2.1/ccache-4.2.1-windows-64.zip",
|
|
"hash": "e32fc6deb131665be664a361e7f752225b7dc437d0d3462a6405bd75a4576c2f",
|
|
"extract_dir": "ccache-4.2.1-windows-64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ccache/ccache/releases/download/v4.2.1/ccache-4.2.1-windows-32.zip",
|
|
"hash": "252df334e64cffaab2277d621b87f3e8ac3d406aee8812a4238f8d9effc18ce0",
|
|
"extract_dir": "ccache-4.2.1-windows-32"
|
|
}
|
|
},
|
|
"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-64.zip",
|
|
"extract_dir": "ccache-$version-windows-64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ccache/ccache/releases/download/v$version/ccache-$version-windows-32.zip",
|
|
"extract_dir": "ccache-$version-windows-32"
|
|
}
|
|
}
|
|
}
|
|
}
|