mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-19 13:51:19 +00:00
zstd: Add 32-bit architecture (#5661)
This commit is contained in:
parent
20598654bf
commit
20bab45101
@ -8,6 +8,11 @@
|
|||||||
"url": "https://github.com/facebook/zstd/releases/download/v1.5.6/zstd-v1.5.6-win64.zip",
|
"url": "https://github.com/facebook/zstd/releases/download/v1.5.6/zstd-v1.5.6-win64.zip",
|
||||||
"hash": "7b4eff6719990e38aca93a4844c2e86a1935090625c4611f7e89675e999c56cc",
|
"hash": "7b4eff6719990e38aca93a4844c2e86a1935090625c4611f7e89675e999c56cc",
|
||||||
"extract_dir": "zstd-v1.5.6-win64"
|
"extract_dir": "zstd-v1.5.6-win64"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://github.com/facebook/zstd/releases/download/v1.5.6/zstd-v1.5.6-win32.zip",
|
||||||
|
"hash": "d274d937b9b5c422c72c2689a92dae1642ddfd520aad4e0038e5b5a0fa657f8f",
|
||||||
|
"extract_dir": "zstd-v1.5.6-win32"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"bin": "zstd.exe",
|
"bin": "zstd.exe",
|
||||||
@ -19,6 +24,10 @@
|
|||||||
"64bit": {
|
"64bit": {
|
||||||
"url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win64.zip",
|
"url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win64.zip",
|
||||||
"extract_dir": "zstd-v$version-win64"
|
"extract_dir": "zstd-v$version-win64"
|
||||||
|
},
|
||||||
|
"32bit": {
|
||||||
|
"url": "https://github.com/facebook/zstd/releases/download/v$version/zstd-v$version-win32.zip",
|
||||||
|
"extract_dir": "zstd-v$version-win32"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user