2024-11-11 04:29:43 +00:00

32 lines
1.2 KiB
JSON

{
"version": "4.7.0",
"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/v4.7.0/ticker-4.7.0-windows-amd64.tar.gz",
"hash": "bb89318a80341285a3e8730d77eb2e624e442f4f7f257ca9944fbc75f40f3f86"
},
"32bit": {
"url": "https://github.com/achannarasappa/ticker/releases/download/v4.7.0/ticker-4.7.0-windows-386.tar.gz",
"hash": "5bf464e54eae416d563531510e53d1dc187d4843c0e63f403a0f61838eac2310"
}
},
"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"
}
}
}