2025-05-03 12:31:06 +00:00

35 lines
1.4 KiB
JSON

{
"version": "4.11.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.11.3/ccache-4.11.3-windows-x86_64.zip",
"hash": "bfd031cad091b7db7e68c3303be542b0f7fee7a3e716d76ec6f7e6c7ef4b3526",
"extract_dir": "ccache-4.11.3-windows-x86_64"
},
"32bit": {
"url": "https://github.com/ccache/ccache/releases/download/v4.11.3/ccache-4.11.3-windows-i686.zip",
"hash": "ad0248edcce9959fe4075ddc41496a099366b0c785aee062a8d59d26c1385178",
"extract_dir": "ccache-4.11.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"
}
}
}
}