James Hawley 14d52e1ade
tickrs: Add version 0.14.8 (#4710)
* tickrs: Add version 0.14.8

* Fixing missing comma in manifest

* Moving url and hash under architecture
2023-04-22 21:30:55 +05:30

24 lines
763 B
JSON

{
"version": "0.14.8",
"description": "Realtime ticker data in your terminal",
"homepage": "https://github.com/tarkah/tickrs",
"license": "MIT",
"architecture": {
"64bit": {
"url": "https://github.com/tarkah/tickrs/releases/download/v0.14.8/tickrs-v0.14.8-x86_64-pc-windows-msvc.zip",
"hash": "720160a7b74a5170ab1ddc0cd3452f80267835aab00481089f7d5f495b2109a3"
}
},
"bin": "tickrs.exe",
"checkver": {
"github": "https://github.com/tarkah/tickrs"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/tarkah/tickrs/releases/download/v$version/tickrs-v$version-x86_64-pc-windows-msvc.zip"
}
}
}
}