mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
ticker: Add version 4.0.6 (#1845)
* Add Ticker (Terminal Stock Watcher) * Bump to latest version * Update ticker.json Co-authored-by: Chawye Hsu <chawyehsu@hotmail.com>
This commit is contained in:
parent
d0f865b9bc
commit
3b9b61573b
31
bucket/ticker.json
Normal file
31
bucket/ticker.json
Normal file
@ -0,0 +1,31 @@
|
||||
{
|
||||
"version": "4.0.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/4.0.6/ticker-4.0.6-windows-amd64.tar.gz",
|
||||
"hash": "106bf7eba535e553212308c24c97583abba9c66381ff30b6d112eef0d1fb7f7f"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/achannarasappa/ticker/releases/download/4.0.6/ticker-4.0.6-windows-386.tar.gz",
|
||||
"hash": "cae1eeaa1e449459f897a973b410f62b6014c9441665614fa0721da56579fa17"
|
||||
}
|
||||
},
|
||||
"bin": "ticker.exe",
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/achannarasappa/ticker/releases/download/$version/ticker-$version-windows-amd64.tar.gz"
|
||||
},
|
||||
"32bit": {
|
||||
"url": "https://github.com/achannarasappa/ticker/releases/download/$version/ticker-$version-windows-386.tar.gz"
|
||||
}
|
||||
},
|
||||
"hash": {
|
||||
"url": "https://github.com/achannarasappa/ticker/releases/download/$version/ticker-$version-checksums.txt"
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user