2019-09-29 19:00:18 +00:00

38 lines
1.4 KiB
JSON

{
"version": "1.49.4",
"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.4/rclone-v1.49.4-windows-amd64.zip",
"hash": "76db3a00e50d92303b3340ca592651b1ef4545b5a1cd1b9b5249c7debb0eb119",
"extract_dir": "rclone-v1.49.4-windows-amd64"
},
"32bit": {
"url": "https://github.com/rclone/rclone/releases/download/v1.49.4/rclone-v1.49.4-windows-386.zip",
"hash": "705ae8b0825e331f498faac623279f281690a2721067a990f7b560ec0546089c",
"extract_dir": "rclone-v1.49.4-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"
}
}
}