From e70ea7622a49f19bfbf166238c47b2afcefe53ba Mon Sep 17 00:00:00 2001 From: Tadej Panjtar <42622862+tpanj@users.noreply.github.com> Date: Tue, 30 Nov 2021 06:29:38 +0100 Subject: [PATCH] qr: Add version 1.0.0 (#2998) Co-authored-by: Hsiao-nan Cheung --- bucket/qr.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 bucket/qr.json diff --git a/bucket/qr.json b/bucket/qr.json new file mode 100644 index 0000000000..0677422f8d --- /dev/null +++ b/bucket/qr.json @@ -0,0 +1,16 @@ +{ + "version": "1.0.0", + "description": "A command line for generating QR-code from console.", + "homepage": "https://github.com/tpanj/qr", + "license": "MIT", + "url": "https://github.com/tpanj/qr/releases/download/v1.0.0/qr-1.0.0-windows.zip", + "hash": "60a2e5bbf1c322e945b96c8e21995409877e2b48b2da92a2539756015c785ab6", + "bin": "qr.exe", + "checkver": "github", + "autoupdate": { + "url": "https://github.com/tpanj/qr/releases/download/v$version/qr-$version-windows.zip", + "hash": { + "url": "$url.sha256" + } + } +}