mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 16:51:20 +00:00
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:
parent
fbe9283c9d
commit
033d96e16f
21
bucket/rink.json
Normal file
21
bucket/rink.json
Normal 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"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user