rclone: Update to version 1.52.1

This commit is contained in:
Jakub Čábera 2020-06-11 07:22:34 +02:00
parent 2a3b28341d
commit 5459ef49cc

View File

@ -1,18 +1,18 @@
{ {
"version": "1.52.0", "version": "1.52.1",
"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.52.0/rclone-v1.52.0-windows-amd64.zip", "url": "https://github.com/rclone/rclone/releases/download/v1.52.1/rclone-v1.52.1-windows-amd64.zip",
"hash": "aefbfd6cd31ed8dbce41899f4f2b488b904c1512f98744c83c22960f9411d1c1", "hash": "3071f4b6d1ac5ee77a502678677a610ce813f40b826668407c71825f6912aff7",
"extract_dir": "rclone-v1.52.0-windows-amd64" "extract_dir": "rclone-v1.52.1-windows-amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/rclone/rclone/releases/download/v1.52.0/rclone-v1.52.0-windows-386.zip", "url": "https://github.com/rclone/rclone/releases/download/v1.52.1/rclone-v1.52.1-windows-386.zip",
"hash": "64ff1bc0a4b00367b18dbe95b4032bb1fab32806324bf00775ea583d4837572f", "hash": "7d1bf8b29a409f8c89822aea12ff4aadd9e4c01f8f900b749a648ff052185610",
"extract_dir": "rclone-v1.52.0-windows-386" "extract_dir": "rclone-v1.52.1-windows-386"
} }
}, },
"bin": "rclone.exe", "bin": "rclone.exe",