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" + } + } + } +}