mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-17 22:21:19 +00:00
powerline-go: Add version 1.21.0 (#1970)
* powerline-go: Add version 1.21.0 powerline-go: Add newline to end of manifest powerline-go: Add checkver and autoupdate to manifest powerline-go: Move url and hash to architecture block Use standard manifest order * autoupdate arch block Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
This commit is contained in:
parent
d881e10665
commit
691bcba243
21
bucket/powerline-go.json
Normal file
21
bucket/powerline-go.json
Normal file
@ -0,0 +1,21 @@
|
||||
{
|
||||
"version": "1.21.0",
|
||||
"description": "A Powerline style prompt for your shell",
|
||||
"homepage": "https://github.com/justjanne/powerline-go",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/justjanne/powerline-go/releases/download/v1.21.0/powerline-go-windows-amd64#/powerline-go.exe",
|
||||
"hash": "F5B495807C9F2BAEFE1D9D2F584AD3D1AFDFD4EDA96C4828B1B458D9908BCD8C"
|
||||
}
|
||||
},
|
||||
"bin": "powerline-go.exe",
|
||||
"checkver": "github",
|
||||
"autoupdate": {
|
||||
"architecture": {
|
||||
"64bit": {
|
||||
"url": "https://github.com/justjanne/powerline-go/releases/download/v$version/powerline-go-windows-amd64#/powerline-go.exe"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user