2025-05-19 20:29:05 +00:00

32 lines
1.2 KiB
JSON

{
"version": "5.0.2",
"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.2/ticker-5.0.2-windows-amd64.tar.gz",
"hash": "e0abe3d7c984138207893736664a382b8a2d6b5d36ec2aa1ec7b988f0a05d354"
},
"32bit": {
"url": "https://github.com/achannarasappa/ticker/releases/download/v5.0.2/ticker-5.0.2-windows-386.tar.gz",
"hash": "c6bb90a0a32297ad9b1ecd0db42638c18b29ff897d9e4ca14bd2ecfa2310fe92"
}
},
"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"
}
}
}