rclone: Update to version 1.57.0 (#2917)

This commit is contained in:
Rashil Gandhi 2021-11-09 15:49:43 +05:30 committed by GitHub
parent 3fdac5f725
commit 60bbc52bce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,21 +1,24 @@
{ {
"version": "1.56.2", "version": "1.57.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.56.2/rclone-v1.56.2-windows-amd64.zip", "url": "https://github.com/rclone/rclone/releases/download/v1.57.0/rclone-v1.57.0-windows-amd64.zip",
"hash": "24affae5bf7188361d794c1a44445d719c3b7a511d69ba1e29f6cf7c97850030", "hash": "c4fe61892d40eb2a106bb1b59b0284cab20f7ec71ee6417fca03f15d062a257c",
"extract_dir": "rclone-v1.56.2-windows-amd64" "extract_dir": "rclone-v1.57.0-windows-amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/rclone/rclone/releases/download/v1.56.2/rclone-v1.56.2-windows-386.zip", "url": "https://github.com/rclone/rclone/releases/download/v1.57.0/rclone-v1.57.0-windows-386.zip",
"hash": "c307a8440f2c388425525b39d5ecfcd801c747330ed73d28e04cf65dc71caaa1", "hash": "02207a474093579fcf87ba000b9e42c762835e27505240ba263864e1825b81ef",
"extract_dir": "rclone-v1.56.2-windows-386" "extract_dir": "rclone-v1.57.0-windows-386"
} }
}, },
"pre_install": "if (!(Test-Path \"$persist_dir\\rclone.conf\")) { New-Item -ItemType File \"$dir\\rclone.conf\" | Out-Null }", "pre_install": "if (!(Test-Path \"$persist_dir\\rclone.conf\")) { New-Item -ItemType File \"$dir\\rclone.conf\" | Out-Null }",
"uninstaller": {
"script": "Copy-Item \"$dir\\rclone.conf\" \"$persist_dir\\\" -Force"
},
"bin": "rclone.exe", "bin": "rclone.exe",
"persist": "rclone.conf", "persist": "rclone.conf",
"checkver": { "checkver": {