2024-02-05 20:23:52 +00:00

35 lines
1.4 KiB
JSON

{
"version": "4.9.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.9.1/ccache-4.9.1-windows-x86_64.zip",
"hash": "d0836518cfdb74cc765a6bc6c353009367d8fc15dbbec4899ebdbeb750a07f77",
"extract_dir": "ccache-4.9.1-windows-x86_64"
},
"32bit": {
"url": "https://github.com/ccache/ccache/releases/download/v4.9.1/ccache-4.9.1-windows-i686.zip",
"hash": "3e40644fee4a1fe5dad135c36da180c1c0eaedf41bf86d483c4c5ffac7de5e93",
"extract_dir": "ccache-4.9.1-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"
}
}
}
}