2025-03-22 16:29:02 +00:00

35 lines
1.4 KiB
JSON

{
"version": "4.11.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.11.2/ccache-4.11.2-windows-x86_64.zip",
"hash": "1f39f3ad5aae3fe915e99ad1302633bc8f6718e58fa7c0de2b0ba7e080f0f08c",
"extract_dir": "ccache-4.11.2-windows-x86_64"
},
"32bit": {
"url": "https://github.com/ccache/ccache/releases/download/v4.11.2/ccache-4.11.2-windows-i686.zip",
"hash": "35f24adcff64a95a99eafcfe5b0a0a4c69fba950825091ba82a9984d90ebae84",
"extract_dir": "ccache-4.11.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"
}
}
}
}