mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
zstd@1.4.9: Fix installation (#1923)
Co-authored-by: Ash258 <cabera.jakub@gmail.com>
This commit is contained in:
parent
4b3d215bcb
commit
79a7de1b39
@ -6,13 +6,11 @@
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/facebook/zstd/releases/download/v1.4.9/zstd-v1.4.9-win64.zip",
|
||||
"hash": "6b762f30b6e356f9625e3a764fae09dc32536cfc2cf33fc135b3021984b84f0b",
|
||||
"extract_dir": "zstd-v1.4.9-win64"
|
||||
"hash": "0bc374dadaec1fa879d5b2329d11b17212fb5251fe119e237a75e72d5e0745e7"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/facebook/zstd/releases/download/v1.4.9/zstd-v1.4.9-win32.zip",
|
||||
"hash": "eb0c4f85c2c23711ff98baf952fc39a62977173b8eea97736ce3f68b788478f7",
|
||||
"extract_dir": "zstd-v1.4.9-win32"
|
||||
"hash": "9ba7e4126cf614719442c81b1de6498b6d20bf5cb0b866c6898cab7fdfa738c5"
|
||||
}
|
||||
},
|
||||
"bin": "zstd.exe",
|
||||
@ -22,12 +20,10 @@
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win64.zip",
|
||||
"extract_dir": "zstd-v$version-win64"
|
||||
"url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win64.zip"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win32.zip",
|
||||
"extract_dir": "zstd-v$version-win32"
|
||||
"url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win32.zip"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user