2023-06-12 20:24:23 +00:00

35 lines
1.4 KiB
JSON

{
"version": "4.8.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.8.2/ccache-4.8.2-windows-x86_64.zip",
"hash": "13c6230c146c88c6cfdcba6b3edb4b1588a0b3debf87d4c2514ba7fb1583ae2d",
"extract_dir": "ccache-4.8.2-windows-x86_64"
},
"32bit": {
"url": "https://github.com/ccache/ccache/releases/download/v4.8.2/ccache-4.8.2-windows-i686.zip",
"hash": "d81bca3d6b3227bb5d8c05e4ff758980f07bdefb097f82adc79aa5d37294ae6e",
"extract_dir": "ccache-4.8.2-windows-i686"
}
},
"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-x86_64.zip",
"extract_dir": "ccache-$version-windows-x86_64"
},
"32bit": {
"url": "https://github.com/ccache/ccache/releases/download/v$version/ccache-$version-windows-i686.zip",
"extract_dir": "ccache-$version-windows-i686"
}
}
}
}