2025-05-20 12:31:53 +00:00

32 lines
1.2 KiB
JSON

{
"version": "5.0.3",
"description": "Terminal stock watcher and stock position tracker",
"homepage": "https://github.com/achannarasappa/ticker",
"license": "GPL-3.0-only",
"architecture": {
"64bit": {
"url": "https://github.com/achannarasappa/ticker/releases/download/v5.0.3/ticker-5.0.3-windows-amd64.tar.gz",
"hash": "338597da3b67767a7917b28ddb4e9453ce0e37c9594293798544ec68c8c1cd15"
},
"32bit": {
"url": "https://github.com/achannarasappa/ticker/releases/download/v5.0.3/ticker-5.0.3-windows-386.tar.gz",
"hash": "f2471c96cdc2d7ddbfbda06833698556389d9d54050c01472bedff027562695d"
}
},
"bin": "ticker.exe",
"checkver": "github",
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/achannarasappa/ticker/releases/download/v$version/ticker-$version-windows-amd64.tar.gz"
},
"32bit": {
"url": "https://github.com/achannarasappa/ticker/releases/download/v$version/ticker-$version-windows-386.tar.gz"
}
},
"hash": {
"url": "$baseurl/ticker-$version-checksums.txt"
}
}
}