mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 23:01:19 +00:00
* tickrs: Add version 0.14.8 * Fixing missing comma in manifest * Moving url and hash under architecture
24 lines
763 B
JSON
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"
|
|
}
|
|
}
|
|
}
|
|
}
|