2020-09-13 13:58:13 +02:00

38 lines
1.4 KiB
JSON

{
"version": "1.53.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.53.1/rclone-v1.53.1-windows-amd64.zip",
"hash": "a6ea94f301705dfafc286948d444121a78c466da21c67880a7f390ea9ea749c4",
"extract_dir": "rclone-v1.53.1-windows-amd64"
},
"32bit": {
"url": "https://github.com/rclone/rclone/releases/download/v1.53.1/rclone-v1.53.1-windows-386.zip",
"hash": "65e01d7d0bf71eb8eef6aad8e91d3ba873a9f1c315858586b8277945bbf9d394",
"extract_dir": "rclone-v1.53.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"
}
}
}