2025-10-06 04:30:23 +00:00

32 lines
1.2 KiB
JSON

{
"version": "5.0.7",
"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.7/ticker-5.0.7-windows-amd64.tar.gz",
"hash": "8133c515e8d77177889bc2cc8bfa02b7bf4bf7c87bd320f0514c1460728f5546"
},
"32bit": {
"url": "https://github.com/achannarasappa/ticker/releases/download/v5.0.7/ticker-5.0.7-windows-386.tar.gz",
"hash": "900bf0506b74f5caee21ce27da14a6eef50360a5325a8d43a298392deccda6d0"
}
},
"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"
}
}
}