-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathgbt.json
36 lines (36 loc) · 1.31 KB
/
gbt.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"version": "2.0.0",
"description": "Highly configurable prompt builder for Bash, ZSH and PowerShell written in Go.",
"homepage": "https://github.com/jtyr/gbt",
"license": "MIT",
"suggest": {
"NerdFont": "nerd-fonts/DejaVuSansMono-NF"
},
"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",
"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"
}
}