rclone: Update to version 1.56.1

This commit is contained in:
Jakub Čábera 2021-09-19 06:45:18 -07:00
parent f609ef0b92
commit 512b48ec30
3 changed files with 10 additions and 11 deletions

View File

@ -27,7 +27,6 @@
"url": "https://github.com/sharkdp/pastel/releases/download/v$version/pastel-v$version-i686-pc-windows-msvc.zip", "url": "https://github.com/sharkdp/pastel/releases/download/v$version/pastel-v$version-i686-pc-windows-msvc.zip",
"extract_dir": "pastel-v$version-i686-pc-windows-msvc" "extract_dir": "pastel-v$version-i686-pc-windows-msvc"
} }
} }
} }
} }

View File

@ -3,14 +3,14 @@
"description": "Secure, fast & convenient password manager CLI with GPG & git sync", "description": "Secure, fast & convenient password manager CLI with GPG & git sync",
"homepage": "https://github.com/timvisee/prs", "homepage": "https://github.com/timvisee/prs",
"license": "GPL-3.0-only", "license": "GPL-3.0-only",
"suggest": {
"vcredist": "extras/vcredist2015"
},
"depends": [ "depends": [
"git", "git",
"gpg", "gpg",
"fzf" "fzf"
], ],
"suggest": {
"vcredist": "extras/vcredist2015"
},
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/timvisee/prs/releases/download/v0.3.2/prs-v0.3.2-windows.exe#/prs.exe", "url": "https://github.com/timvisee/prs/releases/download/v0.3.2/prs-v0.3.2-windows.exe#/prs.exe",

View File

@ -1,18 +1,18 @@
{ {
"version": "1.56.0", "version": "1.56.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.56.0/rclone-v1.56.0-windows-amd64.zip", "url": "https://github.com/rclone/rclone/releases/download/v1.56.1/rclone-v1.56.1-windows-amd64.zip",
"hash": "61c8c29cf73fe8fa440d5c051371bef924d969f95be3da8013bad867a778922c", "hash": "77e4c1e41124ad2e11ea1c7d5f960bbcc54d87c83396b4680700227c6ab18566",
"extract_dir": "rclone-v1.56.0-windows-amd64" "extract_dir": "rclone-v1.56.1-windows-amd64"
}, },
"32bit": { "32bit": {
"url": "https://github.com/rclone/rclone/releases/download/v1.56.0/rclone-v1.56.0-windows-386.zip", "url": "https://github.com/rclone/rclone/releases/download/v1.56.1/rclone-v1.56.1-windows-386.zip",
"hash": "6ec72829df83fe1ad5c943580274d7753b802aa4de88c1aef4ba019e99a16ee5", "hash": "9730d3b8e639662a479982dbb6e6828ba70258620a2613dd939a2cfe90f260ff",
"extract_dir": "rclone-v1.56.0-windows-386" "extract_dir": "rclone-v1.56.1-windows-386"
} }
}, },
"bin": "rclone.exe", "bin": "rclone.exe",