mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 06:11:20 +00:00
Compare commits
3 Commits
9c50fb54f7
...
f26b3a3549
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
f26b3a3549 | ||
|
|
11a6acdc92 | ||
|
|
9a461521fb |
@ -1,18 +1,18 @@
|
||||
{
|
||||
"version": "4.11.2",
|
||||
"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.2/ccache-4.11.2-windows-x86_64.zip",
|
||||
"hash": "1f39f3ad5aae3fe915e99ad1302633bc8f6718e58fa7c0de2b0ba7e080f0f08c",
|
||||
"extract_dir": "ccache-4.11.2-windows-x86_64"
|
||||
"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.2/ccache-4.11.2-windows-i686.zip",
|
||||
"hash": "35f24adcff64a95a99eafcfe5b0a0a4c69fba950825091ba82a9984d90ebae84",
|
||||
"extract_dir": "ccache-4.11.2-windows-i686"
|
||||
"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",
|
||||
|
||||
@ -6,7 +6,7 @@
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/redis-windows/redis-windows/releases/download/8.0.0/Redis-8.0.0-Windows-x64-msys2.zip",
|
||||
"hash": "405e36e172d597ce1089a51fae7dcd952beb646bd02dcaf1019d99ab2cf47229",
|
||||
"hash": "975f99fb94cc82583f51168646618eebcaf19a442e62205426c7f0f07ca07346",
|
||||
"extract_dir": "Redis-8.0.0-Windows-x64-msys2"
|
||||
}
|
||||
},
|
||||
|
||||
@ -1,16 +1,16 @@
|
||||
{
|
||||
"version": "4.45.1",
|
||||
"version": "4.45.2",
|
||||
"description": "A portable command-line YAML processor",
|
||||
"homepage": "https://mikefarah.gitbook.io/yq/",
|
||||
"license": "MIT",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/mikefarah/yq/releases/download/v4.45.1/yq_windows_amd64.exe#/yq.exe",
|
||||
"hash": "cdb3ae5c37cbb1c62a119b2ecbb9fc5f6ffd3bd567c5571bd6cb128ee1cbfd4b"
|
||||
"url": "https://github.com/mikefarah/yq/releases/download/v4.45.2/yq_windows_amd64.exe#/yq.exe",
|
||||
"hash": "4abcd91d01bda7fe43040707ffc15a6e052f28615c5de63364fd48a1a74d83b2"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/mikefarah/yq/releases/download/v4.45.1/yq_windows_386.exe#/yq.exe",
|
||||
"hash": "eb61f27733ed2c3cac45e44b1b4db290215705b68c2d348f23203660b94f8eb2"
|
||||
"url": "https://github.com/mikefarah/yq/releases/download/v4.45.2/yq_windows_386.exe#/yq.exe",
|
||||
"hash": "d2283a949a8aa692f7284acd998157f380f4b291f55ece1d206c068e0c64f608"
|
||||
}
|
||||
},
|
||||
"bin": "yq.exe",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user