From 7a4e8a8e628b35316d1960d45aa1492c0964231c Mon Sep 17 00:00:00 2001 From: Richard Kuhnt Date: Fri, 9 Aug 2019 13:05:07 +0200 Subject: [PATCH] rget: Add version 0.0.7 --- bucket/rget.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 bucket/rget.json diff --git a/bucket/rget.json b/bucket/rget.json new file mode 100644 index 0000000000..1a6062c8da --- /dev/null +++ b/bucket/rget.json @@ -0,0 +1,26 @@ +{ + "homepage": "https://github.com/merklecounty/rget", + "description": "Downloads URLs and verifies the contents against a publicly recorded cryptographic log.", + "license": "Apache-2.0", + "version": "0.0.7", + "architecture": { + "64bit": { + "url": "https://github.com/merklecounty/rget/releases/download/v0.0.7/rget-v0.0.7-windows-amd64.tar.gz", + "hash": "050f278ef29850fa92765eeaac91b539d60a97600f602ccc6161b0e5b3765727", + "extract_dir": "rget-v0.0.7-windows-amd64" + } + }, + "bin": "rget.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/merklecounty/rget/releases/download/v$version/rget-v$version-windows-amd64.tar.gz", + "extract_dir": "rget-v$version-windows-amd64", + "hash": { + "url": "$baseurl/SHA256SUMS" + } + } + } + } +}