2022-08-22 20:28:39 +00:00

35 lines
1.4 KiB
JSON

{
"version": "4.6.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.6.2/ccache-4.6.2-windows-x86_64.zip",
"hash": "bf230b0936962eae43a3410d6477a7d0b9308e29f89a3091881d22e2502604c5",
"extract_dir": "ccache-4.6.2-windows-x86_64"
},
"32bit": {
"url": "https://github.com/ccache/ccache/releases/download/v4.6.2/ccache-4.6.2-windows-i686.zip",
"hash": "717d8b7b35a772980b6fb5c2f515060587fd3f1391edab2188640ab6bbb2d3c8",
"extract_dir": "ccache-4.6.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"
}
}
}
}