ccache: Update to version 4.6.2

This commit is contained in:
github-actions[bot] 2022-08-22 20:28:39 +00:00
parent 439416143e
commit e93a32a77e

View File

@ -1,18 +1,18 @@
{
"version": "4.6.1",
"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.1/ccache-4.6.1-windows-x86_64.zip",
"hash": "a6c6311973aa3d2aae22424895f2f968e5d661be003b25f1bd854a5c0cd57563",
"extract_dir": "ccache-4.6.1-windows-x86_64"
"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.1/ccache-4.6.1-windows-i686.zip",
"hash": "8489227fbb648ea59f43ea11817e0511224549d722bc1789f348913966d39604",
"extract_dir": "ccache-4.6.1-windows-i686"
"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",