mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-14 20:51:21 +00:00
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"version": "2.2.1",
|
|
"description": "Parallel S3 and local filesystem execution tool.",
|
|
"homepage": "https://github.com/peak/s5cmd",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/peak/s5cmd/releases/download/v2.2.1/s5cmd_2.2.1_Windows-32bit.zip",
|
|
"hash": "45182f0d8ae60089b722c39839abcce1d53c360b61f6bd1e048421d95a45c9c3"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/peak/s5cmd/releases/download/v2.2.1/s5cmd_2.2.1_Windows-64bit.zip",
|
|
"hash": "8890d74b5b550625c91f5c5cecd0acb8a72fe789a2e3c15b142caac9700eab42"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/peak/s5cmd/releases/download/v2.2.1/s5cmd_2.2.1_Windows-arm64.zip",
|
|
"hash": "7e7773c1e8aa60ef05025c29f2e239ea18fee578392e9c14368b10694ca919c3"
|
|
}
|
|
},
|
|
"bin": "s5cmd.exe",
|
|
"checkver": {
|
|
"url": "https://github.com/peak/s5cmd/tags",
|
|
"regex": "/releases/tag/v([\\d.]+)\""
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"32bit": {
|
|
"url": "https://github.com/peak/s5cmd/releases/download/v$version/s5cmd_$version_Windows-32bit.zip"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/peak/s5cmd/releases/download/v$version/s5cmd_$version_Windows-64bit.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/peak/s5cmd/releases/download/v$version/s5cmd_$version_Windows-arm64.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|