2024-05-22 04:28:23 +00:00

32 lines
1.2 KiB
JSON

{
"version": "4.6.2",
"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.6.2/ticker-4.6.2-windows-amd64.tar.gz",
"hash": "481ace92ed10feae4461aa52cab6f9714ff1efa7a0b30a1683ef6ee14f89607c"
},
"32bit": {
"url": "https://github.com/achannarasappa/ticker/releases/download/v4.6.2/ticker-4.6.2-windows-386.tar.gz",
"hash": "8021c8154fd3266d5083c33ead008c5ce836c14616e4a27a639e6b045f43f54e"
}
},
"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"
}
}
}