From ce110139dbb09f7eefd781a337f287a6a1cbeaca Mon Sep 17 00:00:00 2001 From: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> Date: Sat, 7 Oct 2023 02:10:06 +0530 Subject: [PATCH] hackernews-tui: Add version 0.13.3 (#5157) --- bucket/hackernews-tui.json | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 bucket/hackernews-tui.json diff --git a/bucket/hackernews-tui.json b/bucket/hackernews-tui.json new file mode 100644 index 0000000000..06e82b797e --- /dev/null +++ b/bucket/hackernews-tui.json @@ -0,0 +1,25 @@ +{ + "$schema": "https://raw.githubusercontent.com/ScoopInstaller/Scoop/master/schema.json", + "version": "0.13.3", + "description": "A fast and customizable application for browsing Hacker News on the terminal.", + "homepage": "https://github.com/aome510/hackernews-tui", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/aome510/hackernews-tui/releases/download/v0.13.3/hackernews_tui-x86_64-pc-windows-msvc.zip", + "hash": "a712a962f8af140972c29e4f0d19fccc49c419b521bc6c63ca9b91651d541d74" + } + }, + "bin": "hackernews_tui.exe", + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/aome510/hackernews-tui/releases/download/v$version/hackernews_tui-x86_64-pc-windows-msvc.zip", + "hash": { + "url": "$baseurl/hackernews_tui-x86_64-pc-windows-msvc.sha256" + } + } + } + } +}