2021-11-13 11:01:45 +00:00

35 lines
1.4 KiB
JSON

{
"version": "4.5",
"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.5/ccache-4.5-windows-64.zip",
"hash": "fe3f2a90546646f03440f193ea7adda1f6c085980fef1d8d7e5768ab1ece9bf7",
"extract_dir": "ccache-4.5-windows-64"
},
"32bit": {
"url": "https://github.com/ccache/ccache/releases/download/v4.5/ccache-4.5-windows-32.zip",
"hash": "e59f0cc9294015e626c16679571c6cf2525e1854dbe4a83a80b1185c07b36dcb",
"extract_dir": "ccache-4.5-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"
}
}
}
}