mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-24 23:21:34 +00:00
34 lines
1.2 KiB
JSON
34 lines
1.2 KiB
JSON
{
|
|
"homepage": "https://rclone.org",
|
|
"version": "1.45",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ncw/rclone/releases/download/v1.45/rclone-v1.45-windows-amd64.zip",
|
|
"hash": "fe7224efc3cd54c31b8bfb3fb61b68bc88088bd123556da23e1448efb4321d8c",
|
|
"extract_dir": "rclone-v1.45-windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ncw/rclone/releases/download/v1.45/rclone-v1.45-windows-386.zip",
|
|
"hash": "beecafc94c4214cc9655d380bb45cd22f10c633532376cc2d53fcd602468ba93",
|
|
"extract_dir": "rclone-v1.45-windows-386"
|
|
}
|
|
},
|
|
"bin": "rclone.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/ncw/rclone"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/ncw/rclone/releases/download/v$version/rclone-v$version-windows-amd64.zip",
|
|
"extract_dir": "rclone-v$version-windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/ncw/rclone/releases/download/v$version/rclone-v$version-windows-386.zip",
|
|
"extract_dir": "rclone-v$version-windows-386"
|
|
}
|
|
}
|
|
}
|
|
}
|