mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-29 03:54:28 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "5.1.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/v5.1.0/ticker-5.1.0-windows-amd64.tar.gz",
|
|
"hash": "674577a33ad880fae880427a1e927bbc7e4265eb68afa518f2d6df867883db4f"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/achannarasappa/ticker/releases/download/v5.1.0/ticker-5.1.0-windows-386.tar.gz",
|
|
"hash": "62fae8d8a3d94407dcb6540eeef2034d79b010b480a3ed529f34cc99858a1097"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|