From 8b6bc0da08405e2136a5c994b32bd8db4e72dd61 Mon Sep 17 00:00:00 2001 From: Jiri Tyr Date: Sun, 16 Aug 2020 23:18:05 +0100 Subject: [PATCH] gbt: Add version 2.0.0 (#1330) * Adding manifest for GBT * Adding font suggestion --- bucket/gbt.json | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 bucket/gbt.json diff --git a/bucket/gbt.json b/bucket/gbt.json new file mode 100644 index 0000000000..85689f3a0e --- /dev/null +++ b/bucket/gbt.json @@ -0,0 +1,38 @@ +{ + "homepage": "https://github.com/jtyr/gbt", + "description": "Highly configurable prompt builder for Bash, ZSH and PowerShell written in Go.", + "version": "2.0.0", + "license": "MIT", + "architecture": { + "64bit": { + "url": "https://github.com/jtyr/gbt/releases/download/v2.0.0/gbt-2.0.0-windows-amd64.zip", + "hash": "cb777db5299da8187f1e94cc5389c980e92f56c1030d6c850724410b87b983d9" + }, + "32bit": { + "url": "https://github.com/jtyr/gbt/releases/download/v2.0.0/gbt-2.0.0-windows-386.zip", + "hash": "92d0ea961153e82fc63441f4bb9096c0512ac4d142cf81920c526c299b2da2c9" + } + }, + "extract_dir": "gbt-2.0.0", + "bin": "gbt.exe", + "suggest": { + "NerdFont": [ + "nerd-fonts/DejaVuSansMono-NF" + ] + }, + "checkver": "github", + "autoupdate": { + "architecture": { + "64bit": { + "url": "https://github.com/jtyr/gbt/releases/download/v$version/gbt-$version-windows-amd64.zip" + }, + "32bit": { + "url": "https://github.com/jtyr/gbt/releases/download/v$version/gbt-$version-windows-386.zip" + } + }, + "hash": { + "url": "$baseurl/gbt-$version-checksums-sha256.txt" + }, + "extract_dir": "gbt-$version" + } +}