From 033d96e16f5a81d5a5837768fb2ebe0dbec05c9d Mon Sep 17 00:00:00 2001 From: Tiffany Bennett Date: Sun, 19 Sep 2021 08:49:41 -0700 Subject: [PATCH] rink: Add version 0.6.1 (#2111) * Add rink * Fix copy paste error * Use more consistent license syntax * Rely on automatic hashing --- bucket/rink.json | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 bucket/rink.json diff --git a/bucket/rink.json b/bucket/rink.json new file mode 100644 index 0000000000..bf777e475f --- /dev/null +++ b/bucket/rink.json @@ -0,0 +1,21 @@ +{ + "version": "0.6.1", + "description": "A tool for unit conversions, calculations, and dimensionality analysis", + "homepage": "https://github.com/tiffany352/rink-rs", + "license": "MPL-2.0,GPL-3.0-or-later", + "architecture": { + "64bit": { + "url": "https://github.com/tiffany352/rink-rs/releases/download/v0.6.1/Rink.CLI.Windows.zip", + "hash": "d54a71da9d6b5b0762dbeb2780b56b9ae68b6e9c2ced1e0e4fb477f3cc1e03e7" + } + }, + "bin": "rink.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/tiffany352/rink-rs/releases/download/v$version/Rink.CLI.Windows.zip" + } + } + } +}