rclone: Update to version 1.50.2

This commit is contained in:
Richard Kuhnt 2019-11-19 17:00:28 +00:00
parent 321676e3c5
commit c6e6268d9c

View File

@ -1,18 +1,18 @@
{ {
"version": "1.50.1", "version": "1.50.2",
"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.1/rclone-v1.50.1-windows-amd64.zip", "url": "https://github.com/rclone/rclone/releases/download/v1.50.2/rclone-v1.50.2-windows-amd64.zip",
"hash": "dc991348129a35580226bd7094a1d69999fce8219caaf2cfd4e9e341abcdc0ed", "hash": "1e3191f69886ce0e003ec93d96e5db46a76086699cb20cf0d634d518ad157627",
"extract_dir": "rclone-v1.50.1-windows-amd64" "extract_dir": "rclone-v1.50.2-windows-amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/rclone/rclone/releases/download/v1.50.1/rclone-v1.50.1-windows-386.zip", "url": "https://github.com/rclone/rclone/releases/download/v1.50.2/rclone-v1.50.2-windows-386.zip",
"hash": "959b7795c5c2ab20a8b6ca966d27566b44d454e1560a1395a6227673595ae4c3", "hash": "98cf924fad87208fec80e6d57f265c18c768763443aacc49726a285721f62be9",
"extract_dir": "rclone-v1.50.1-windows-386" "extract_dir": "rclone-v1.50.2-windows-386"
} }
}, },
"bin": "rclone.exe", "bin": "rclone.exe",