2021-05-31 23:07:01 -07:00

32 lines
1.2 KiB
JSON

{
"version": "4.2.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.2.0/ticker-4.2.0-windows-amd64.tar.gz",
"hash": "8f887e405d86fa67cc11b23ef2f10c5132ef4f8c797aa164f05398d7924096fa"
},
"32bit": {
"url": "https://github.com/achannarasappa/ticker/releases/download/v4.2.0/ticker-4.2.0-windows-386.tar.gz",
"hash": "3e633cb819f41b6a6ce5a0d5648e3a933d0f67f3cd8c6da250a0bb1da6de14a0"
}
},
"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"
}
}
}