mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
38 lines
1.4 KiB
JSON
38 lines
1.4 KiB
JSON
{
|
|
"version": "1.55.0",
|
|
"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.55.0/rclone-v1.55.0-windows-amd64.zip",
|
|
"hash": "8914b7193d1961310e5247a9217ca8ed80bf212a25c889d432594f9ba533462d",
|
|
"extract_dir": "rclone-v1.55.0-windows-amd64"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/rclone/rclone/releases/download/v1.55.0/rclone-v1.55.0-windows-386.zip",
|
|
"hash": "efacb962d9276a13cc733354f5f42124a0cdf4b8eb5c2c6e65bda9f90945b930",
|
|
"extract_dir": "rclone-v1.55.0-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"
|
|
}
|
|
}
|
|
}
|