gbt: Add version 2.0.0 (#1330)

* Adding manifest for GBT

* Adding font suggestion
This commit is contained in:
Jiri Tyr 2020-08-16 23:18:05 +01:00 committed by GitHub
parent c3f914e4df
commit 8b6bc0da08
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

38
bucket/gbt.json Normal file
View File

@ -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"
}
}