Tiffany Bennett 033d96e16f
rink: Add version 0.6.1 (#2111)
* Add rink

* Fix copy paste error

* Use more consistent license syntax

* Rely on automatic hashing
2021-09-19 23:49:41 +08:00

22 lines
732 B
JSON

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