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:
Raul Piraces Alastuey 2021-04-02 11:25:09 +02:00 committed by GitHub
parent d0f865b9bc
commit 3b9b61573b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

31
bucket/ticker.json Normal file
View 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"
}
}
}