2021-02-02 08:40:08 +01:00

35 lines
1.4 KiB
JSON

{
"version": "4.2",
"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/ccache-4.2-windows-64.zip",
"hash": "145e3125f9a8738f0dfd850e74d1f77b610feae19bf2f63c03cb694e62277620",
"extract_dir": "ccache-4.2-windows-64"
},
"32bit": {
"url": "https://github.com/ccache/ccache/releases/download/v4.2/ccache-4.2-windows-32.zip",
"hash": "4c68b53443cd8dd7b86d942342238911b705b66885c654dcb7a70de67afbf3d1",
"extract_dir": "ccache-4.2-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"
}
}
}
}