2020-06-11 07:22:34 +02:00

38 lines
1.4 KiB
JSON

{
"version": "1.52.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.52.1/rclone-v1.52.1-windows-amd64.zip",
"hash": "3071f4b6d1ac5ee77a502678677a610ce813f40b826668407c71825f6912aff7",
"extract_dir": "rclone-v1.52.1-windows-amd64"
},
"32bit": {
"url": "https://github.com/rclone/rclone/releases/download/v1.52.1/rclone-v1.52.1-windows-386.zip",
"hash": "7d1bf8b29a409f8c89822aea12ff4aadd9e4c01f8f900b749a648ff052185610",
"extract_dir": "rclone-v1.52.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"
}
}
}