2021-07-20 20:36:12 -07:00

38 lines
1.4 KiB
JSON

{
"version": "1.56.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.56.0/rclone-v1.56.0-windows-amd64.zip",
"hash": "61c8c29cf73fe8fa440d5c051371bef924d969f95be3da8013bad867a778922c",
"extract_dir": "rclone-v1.56.0-windows-amd64"
},
"32bit": {
"url": "https://github.com/rclone/rclone/releases/download/v1.56.0/rclone-v1.56.0-windows-386.zip",
"hash": "6ec72829df83fe1ad5c943580274d7753b802aa4de88c1aef4ba019e99a16ee5",
"extract_dir": "rclone-v1.56.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"
}
}
}