From 3b9b61573b41f27d0364e82c4135287f0952c6f8 Mon Sep 17 00:00:00 2001 From: Raul Piraces Alastuey Date: Fri, 2 Apr 2021 11:25:09 +0200 Subject: [PATCH] ticker: Add version 4.0.6 (#1845) * Add Ticker (Terminal Stock Watcher) * Bump to latest version * Update ticker.json Co-authored-by: Chawye Hsu --- bucket/ticker.json | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 bucket/ticker.json diff --git a/bucket/ticker.json b/bucket/ticker.json new file mode 100644 index 0000000000..080222e7eb --- /dev/null +++ b/bucket/ticker.json @@ -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" + } + } +}