mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 15:21:18 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "4.5.1",
|
|
"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.1/ticker-4.5.1-windows-amd64.tar.gz",
|
|
"hash": "a99250e47ff7be820b365e96850b4c31c04bdc6a7e52c82bc2a5c84a76f7c383"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/achannarasappa/ticker/releases/download/v4.5.1/ticker-4.5.1-windows-386.tar.gz",
|
|
"hash": "4de79edcae39625460cf1a70a30b0228f9fffc770777ae53125cfd2fd8c0f4aa"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|