2023-05-06 00:32:45 +00:00

32 lines
1.2 KiB
JSON

{
"version": "4.5.10",
"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.5.10/ticker-4.5.10-windows-amd64.tar.gz",
"hash": "2ee395a6fd7c02e783fdb814da712af51b92d24088de00fab544e187c1fa23ed"
},
"32bit": {
"url": "https://github.com/achannarasappa/ticker/releases/download/v4.5.10/ticker-4.5.10-windows-386.tar.gz",
"hash": "99109ec8104e2283feee29aec35b0e93349b63cd9a3e7bbe66b539327f40e902"
}
},
"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"
}
}
}