2019-11-02 16:01:50 +00:00

38 lines
1.4 KiB
JSON

{
"version": "1.50.1",
"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.1/rclone-v1.50.1-windows-amd64.zip",
"hash": "dc991348129a35580226bd7094a1d69999fce8219caaf2cfd4e9e341abcdc0ed",
"extract_dir": "rclone-v1.50.1-windows-amd64"
},
"32bit": {
"url": "https://github.com/rclone/rclone/releases/download/v1.50.1/rclone-v1.50.1-windows-386.zip",
"hash": "959b7795c5c2ab20a8b6ca966d27566b44d454e1560a1395a6227673595ae4c3",
"extract_dir": "rclone-v1.50.1-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"
}
}
}