diff --git a/bucket/pastel.json b/bucket/pastel.json index b2bab117b6..69c0ce7bae 100644 --- a/bucket/pastel.json +++ b/bucket/pastel.json @@ -27,7 +27,6 @@ "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" } - } } } diff --git a/bucket/prs.json b/bucket/prs.json index 2a29f067d1..890c9fa7f2 100644 --- a/bucket/prs.json +++ b/bucket/prs.json @@ -3,14 +3,14 @@ "description": "Secure, fast & convenient password manager CLI with GPG & git sync", "homepage": "https://github.com/timvisee/prs", "license": "GPL-3.0-only", + "suggest": { + "vcredist": "extras/vcredist2015" + }, "depends": [ "git", "gpg", "fzf" ], - "suggest": { - "vcredist": "extras/vcredist2015" - }, "architecture": { "64bit": { "url": "https://github.com/timvisee/prs/releases/download/v0.3.2/prs-v0.3.2-windows.exe#/prs.exe", diff --git a/bucket/rclone.json b/bucket/rclone.json index 119142ccad..dd1b3ae8a4 100644 --- a/bucket/rclone.json +++ b/bucket/rclone.json @@ -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.", "homepage": "https://rclone.org", "license": "MIT", "architecture": { "64bit": { - "url": "https://github.com/rclone/rclone/releases/download/v1.56.0/rclone-v1.56.0-windows-amd64.zip", - "hash": "61c8c29cf73fe8fa440d5c051371bef924d969f95be3da8013bad867a778922c", - "extract_dir": "rclone-v1.56.0-windows-amd64" + "url": "https://github.com/rclone/rclone/releases/download/v1.56.1/rclone-v1.56.1-windows-amd64.zip", + "hash": "77e4c1e41124ad2e11ea1c7d5f960bbcc54d87c83396b4680700227c6ab18566", + "extract_dir": "rclone-v1.56.1-windows-amd64" }, "32bit": { - "url": "https://github.com/rclone/rclone/releases/download/v1.56.0/rclone-v1.56.0-windows-386.zip", - "hash": "6ec72829df83fe1ad5c943580274d7753b802aa4de88c1aef4ba019e99a16ee5", - "extract_dir": "rclone-v1.56.0-windows-386" + "url": "https://github.com/rclone/rclone/releases/download/v1.56.1/rclone-v1.56.1-windows-386.zip", + "hash": "9730d3b8e639662a479982dbb6e6828ba70258620a2613dd939a2cfe90f260ff", + "extract_dir": "rclone-v1.56.1-windows-386" } }, "bin": "rclone.exe",