2021-12-20 04:29:23 +00:00

32 lines
1.2 KiB
JSON

{
"version": "4.4.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/v4.4.3/ticker-4.4.3-windows-amd64.tar.gz",
"hash": "f3bb31461c4756a910555cc2eb47b009f499983627f2a89c22a39d13037a1ade"
},
"32bit": {
"url": "https://github.com/achannarasappa/ticker/releases/download/v4.4.3/ticker-4.4.3-windows-386.tar.gz",
"hash": "b151d60a36b1a82a010a9e6efb307a4c617696c787adc06b3a1987ebece96f35"
}
},
"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"
}
}
}