mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-03 14:01:38 +00:00
35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
{
|
|
"version": "4.4",
|
|
"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.4/ccache-4.4-windows-64.zip",
|
|
"hash": "f6a9bf26ed501da666fd0067a47da96e35b74c91c3d367fdd7b309ead0accebe",
|
|
"extract_dir": "ccache-4.4-windows-64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ccache/ccache/releases/download/v4.4/ccache-4.4-windows-32.zip",
|
|
"hash": "ca96d86cd138681673412d65e9e0449a93a9648d185f5e3e68dc9a14e5377d9d",
|
|
"extract_dir": "ccache-4.4-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"
|
|
}
|
|
}
|
|
}
|
|
}
|