2023-08-30 00:33:20 +00:00

35 lines
1.4 KiB
JSON

{
"version": "4.8.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.8.3/ccache-4.8.3-windows-x86_64.zip",
"hash": "8209238d7486291890df0ca34fb1254253d55a8932101a726c9f131ce7d4f97f",
"extract_dir": "ccache-4.8.3-windows-x86_64"
},
"32bit": {
"url": "https://github.com/ccache/ccache/releases/download/v4.8.3/ccache-4.8.3-windows-i686.zip",
"hash": "208ca48222b571617976179eae0d10082c68d1434faadaeb64f78173e0551abe",
"extract_dir": "ccache-4.8.3-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"
}
}
}
}