rclone: Update to version 1.51.0

This commit is contained in:
Richard Kuhnt 2020-02-01 12:01:53 +00:00
parent 14e3a76488
commit 6c4f3d8be3

View File

@ -1,18 +1,18 @@
{ {
"version": "1.50.2", "version": "1.51.0",
"description": "Sync files and directories to and from mulitple cloud / FTP / HTTP hosters.", "description": "Sync files and directories to and from mulitple cloud / FTP / HTTP hosters.",
"homepage": "https://rclone.org", "homepage": "https://rclone.org",
"license": "MIT", "license": "MIT",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/rclone/rclone/releases/download/v1.50.2/rclone-v1.50.2-windows-amd64.zip", "url": "https://github.com/rclone/rclone/releases/download/v1.51.0/rclone-v1.51.0-windows-amd64.zip",
"hash": "1e3191f69886ce0e003ec93d96e5db46a76086699cb20cf0d634d518ad157627", "hash": "fb60b26205c5f7f0469eeaca445747c8734b664f120a17bc2c17ecc5d4a25940",
"extract_dir": "rclone-v1.50.2-windows-amd64" "extract_dir": "rclone-v1.51.0-windows-amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/rclone/rclone/releases/download/v1.50.2/rclone-v1.50.2-windows-386.zip", "url": "https://github.com/rclone/rclone/releases/download/v1.51.0/rclone-v1.51.0-windows-386.zip",
"hash": "98cf924fad87208fec80e6d57f265c18c768763443aacc49726a285721f62be9", "hash": "e3c90a7bba30c2a8736f83f92aec16786d8de24df218270eab835f7b958ac13b",
"extract_dir": "rclone-v1.50.2-windows-386" "extract_dir": "rclone-v1.51.0-windows-386"
} }
}, },
"bin": "rclone.exe", "bin": "rclone.exe",