2021-09-11 08:00:35 +00:00

35 lines
1.4 KiB
JSON

{
"version": "4.4.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.4.1/ccache-4.4.1-windows-64.zip",
"hash": "7445f85dfb64af57af44315e75964d39fbb34b712ece81e99b84dc3290622390",
"extract_dir": "ccache-4.4.1-windows-64"
},
"32bit": {
"url": "https://github.com/ccache/ccache/releases/download/v4.4.1/ccache-4.4.1-windows-32.zip",
"hash": "0d6fb80dd0711e62843994f84226eb92c2d5afbe41e87b362a2ff366343bf9ef",
"extract_dir": "ccache-4.4.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"
}
}
}
}