rclone: Update to version 1.55.0

This commit is contained in:
Jakub Čábera 2021-04-01 01:08:01 +02:00
parent e334299c41
commit 9648f33364

View File

@ -1,18 +1,18 @@
{ {
"version": "1.54.1", "version": "1.55.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.54.1/rclone-v1.54.1-windows-amd64.zip", "url": "https://github.com/rclone/rclone/releases/download/v1.55.0/rclone-v1.55.0-windows-amd64.zip",
"hash": "b00f3120e03aa38f2472730d2b1bbbb4e00af3f5130e8b6d14a8b9f3ee96bece", "hash": "8914b7193d1961310e5247a9217ca8ed80bf212a25c889d432594f9ba533462d",
"extract_dir": "rclone-v1.54.1-windows-amd64" "extract_dir": "rclone-v1.55.0-windows-amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/rclone/rclone/releases/download/v1.54.1/rclone-v1.54.1-windows-386.zip", "url": "https://github.com/rclone/rclone/releases/download/v1.55.0/rclone-v1.55.0-windows-386.zip",
"hash": "3892be4225abb7e205c7603577da120277af2a7d2ccba47cea239ae20f1b78d3", "hash": "efacb962d9276a13cc733354f5f42124a0cdf4b8eb5c2c6e65bda9f90945b930",
"extract_dir": "rclone-v1.54.1-windows-386" "extract_dir": "rclone-v1.55.0-windows-386"
} }
}, },
"bin": "rclone.exe", "bin": "rclone.exe",