rink: Add version 0.6.1 (#2111)

* Add rink

* Fix copy paste error

* Use more consistent license syntax

* Rely on automatic hashing
This commit is contained in:
Tiffany Bennett 2021-09-19 08:49:41 -07:00 committed by GitHub
parent fbe9283c9d
commit 033d96e16f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
bucket/rink.json Normal file
View File

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