2019-08-26 16:00:44 +00:00

38 lines
1.4 KiB
JSON

{
"version": "1.49.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.49.0/rclone-v1.49.0-windows-amd64.zip",
"hash": "790b86f01eb3ca725cb50de2d1a92ea4a3a4d63952401e7fea6652569ab5cb3e",
"extract_dir": "rclone-v1.49.0-windows-amd64"
},
"32bit": {
"url": "https://github.com/rclone/rclone/releases/download/v1.49.0/rclone-v1.49.0-windows-386.zip",
"hash": "c869e909f1a9dd0b7e33268e55f025fac501dca0f36616fb082824989125a69d",
"extract_dir": "rclone-v1.49.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"
}
}
}