mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-16 05:31:21 +00:00
35 lines
1.4 KiB
JSON
35 lines
1.4 KiB
JSON
{
|
|
"version": "4.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.3/ccache-4.3-windows-64.zip",
|
|
"hash": "a9cacae73c3906d8193456328bee74f7748cb1559a32eaced9ee78eadd416105",
|
|
"extract_dir": "ccache-4.3-windows-64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ccache/ccache/releases/download/v4.3/ccache-4.3-windows-32.zip",
|
|
"hash": "72176b8199c018ba02dc73779c7a9d4543282afcb5d7ae7ce706d0930b75a891",
|
|
"extract_dir": "ccache-4.3-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"
|
|
}
|
|
}
|
|
}
|
|
}
|