From f6d2c91fcb691f5a57aa4b30450c20414bd9104a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Vis=C3=A9e?= Date: Sat, 18 Sep 2021 16:56:48 +0200 Subject: [PATCH] prs: Add version 0.3.2 (#2661) --- bucket/prs.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bucket/prs.json diff --git a/bucket/prs.json b/bucket/prs.json new file mode 100644 index 0000000000..6ba4155e3c --- /dev/null +++ b/bucket/prs.json @@ -0,0 +1,26 @@ +{ + "version": "0.3.2", + "description": "Secure, fast & convenient password manager CLI with GPG & git sync", + "homepage": "https://github.com/timvisee/prs", + "license": "GPL-3.0-only", + "depends": [ + "git", + "gpg", + "fzf" + ], + "architecture": { + "64bit": { + "url": "https://github.com/timvisee/prs/releases/download/v0.3.2/prs-v0.3.2-windows.exe#/prs.exe", + "hash": "8972d565707754cc960c1fb575cfb501d9deae21dc26d819980e597fa17886c4" + } + }, + "bin": "prs.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/timvisee/prs/releases/download/v$version/prs-v$version-windows.exe#/prs.exe" + } + } + } +}