2020-11-23 09:27:38 +01:00

35 lines
1.4 KiB
JSON

{
"version": "4.1",
"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.1/ccache-4.1-windows-64.zip",
"hash": "eeaf96dc052cab1293e4e8ea1d94b4067626baed84ce16815256d1a1122608dc",
"extract_dir": "ccache-4.1-windows-64"
},
"32bit": {
"url": "https://github.com/ccache/ccache/releases/download/v4.1/ccache-4.1-windows-32.zip",
"hash": "4d218d211b1c9ad9ac2bbdf0888f3f2f9f5593c617065697bae7825f2eaef339",
"extract_dir": "ccache-4.1-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"
}
}
}
}