mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-03 23:31:20 +00:00
32 lines
1.2 KiB
JSON
32 lines
1.2 KiB
JSON
{
|
|
"version": "4.5.6",
|
|
"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.6/ticker-4.5.6-windows-amd64.tar.gz",
|
|
"hash": "1a05a267af9724b321d5bf1ea6b89e91a6a8d6037e58a2de23f5b1e0009b6aaa"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/achannarasappa/ticker/releases/download/v4.5.6/ticker-4.5.6-windows-386.tar.gz",
|
|
"hash": "8ff1181f8a2373c49afc36eb80f51735aed9c9cd2231fa7dc4069614dafc72b8"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|