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:
i-ghost 2021-10-30 07:28:54 +01:00 committed by GitHub
parent d881e10665
commit 691bcba243
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

21
bucket/powerline-go.json Normal file
View 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"
}
}
}
}