mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 22:31:19 +00:00
39 lines
1.5 KiB
JSON
39 lines
1.5 KiB
JSON
{
|
|
"version": "2.3.0",
|
|
"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.3.0/s5cmd_2.3.0_Windows-32bit.zip",
|
|
"hash": "a5ff4e82f679dbd45310a0d57519fcfe66c1df2703d883ff9f40a20db7e65fe8"
|
|
},
|
|
"64bit": {
|
|
"url": "https://github.com/peak/s5cmd/releases/download/v2.3.0/s5cmd_2.3.0_Windows-64bit.zip",
|
|
"hash": "9d8a98c1d9f6284c6d54aeec3daeb5f1412fd101850ae756c1e70dd8ffe52166"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/peak/s5cmd/releases/download/v2.3.0/s5cmd_2.3.0_Windows-arm64.zip",
|
|
"hash": "0d99ce0cbf4a266e7fd9b3cd2682384fb7b432754eb52f17f9a9f7cbe6bcca55"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|