mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-04 06:21:21 +00:00
38 lines
1.4 KiB
JSON
38 lines
1.4 KiB
JSON
{
|
|
"version": "1.50.2",
|
|
"description": "Sync files and directories to and from mulitple cloud / FTP / HTTP hosters.",
|
|
"homepage": "https://rclone.org",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/rclone/rclone/releases/download/v1.50.2/rclone-v1.50.2-windows-amd64.zip",
|
|
"hash": "1e3191f69886ce0e003ec93d96e5db46a76086699cb20cf0d634d518ad157627",
|
|
"extract_dir": "rclone-v1.50.2-windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/rclone/rclone/releases/download/v1.50.2/rclone-v1.50.2-windows-386.zip",
|
|
"hash": "98cf924fad87208fec80e6d57f265c18c768763443aacc49726a285721f62be9",
|
|
"extract_dir": "rclone-v1.50.2-windows-386"
|
|
}
|
|
},
|
|
"bin": "rclone.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/rclone/rclone"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/rclone/rclone/releases/download/v$version/rclone-v$version-windows-amd64.zip",
|
|
"extract_dir": "rclone-v$version-windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/rclone/rclone/releases/download/v$version/rclone-v$version-windows-386.zip",
|
|
"extract_dir": "rclone-v$version-windows-386"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$baseurl/SHA256SUMS"
|
|
}
|
|
}
|
|
}
|