tickrs: Add version 0.14.8 (#4710)

* tickrs: Add version 0.14.8

* Fixing missing comma in manifest

* Moving url and hash under architecture
This commit is contained in:
James Hawley 2023-04-22 12:00:55 -04:00 committed by GitHub
parent 4240ed5601
commit 14d52e1ade
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

23
bucket/tickrs.json Normal file
View File

@ -0,0 +1,23 @@
{
"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"
}
}
}
}