mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-02-03 10:34:52 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "5.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/v5.2.0/ticker-5.2.0-windows-amd64.tar.gz",
|
|
"hash": "0ee211f361556b1fff84a396a83422f06be535be21ca974712ac7adbf8f4af50"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/achannarasappa/ticker/releases/download/v5.2.0/ticker-5.2.0-windows-386.tar.gz",
|
|
"hash": "79fbfafa48fabbe6522a03a7e41bbf5f74452037de1d771d3789a622bf468a09"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|