mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 06:41:19 +00:00
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"version": "2.2.2",
|
|
"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.2/s5cmd_2.2.2_Windows-32bit.zip",
|
|
"hash": "ee667eb01b955a7dda588456bd102982f8344bed393a8b63b5d4c9c325e01349"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/peak/s5cmd/releases/download/v2.2.2/s5cmd_2.2.2_Windows-64bit.zip",
|
|
"hash": "f7c311907c78efa56e27a25fba1f87520754c402bbe1cb4901d3522f12a75497"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/peak/s5cmd/releases/download/v2.2.2/s5cmd_2.2.2_Windows-arm64.zip",
|
|
"hash": "61e0adf3635334fa62714a5cf221e03f3549392e9613f9a7591a03d8e6fe0d64"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|