mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
* 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>
22 lines
763 B
JSON
22 lines
763 B
JSON
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|
|
}
|