ccache: Update to version 4.7.4

This commit is contained in:
github-actions[bot] 2022-11-21 20:27:31 +00:00
parent 22068559ee
commit 49857c9880

View File

@ -1,18 +1,18 @@
{
"version": "4.7.3",
"version": "4.7.4",
"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.7.3/ccache-4.7.3-windows-x86_64.zip",
"hash": "58ef35520f606b339d281fdb8050b3f92f2482999cffe5859fa265772b97f02a",
"extract_dir": "ccache-4.7.3-windows-x86_64"
"url": "https://github.com/ccache/ccache/releases/download/v4.7.4/ccache-4.7.4-windows-x86_64.zip",
"hash": "5a616122980f11a3fb3b1cedfb92e397eeb99ee1a642b7e5f72d76dad3e7b41e",
"extract_dir": "ccache-4.7.4-windows-x86_64"
},
"32bit": {
"url": "https://github.com/ccache/ccache/releases/download/v4.7.3/ccache-4.7.3-windows-i686.zip",
"hash": "dfe91d55f1dca5776d0d4979a94383a382a8a00b417a0e112fac5018c990eb2a",
"extract_dir": "ccache-4.7.3-windows-i686"
"url": "https://github.com/ccache/ccache/releases/download/v4.7.4/ccache-4.7.4-windows-i686.zip",
"hash": "c052b7761620c0bddd60deb6bfa0a314931e2aca8161612600da654627ea5d33",
"extract_dir": "ccache-4.7.4-windows-i686"
}
},
"bin": "ccache.exe",