powerline-go: Update to version 1.24 (#4839)

* Add 32bit architecture

* Add arm64 architecture

* Fix 'autoupdate'
This commit is contained in:
DoveBoy 2023-05-28 22:45:39 +08:00 committed by GitHub
parent 5c4deeb716
commit 5d7421b2f9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,12 +1,20 @@
{ {
"version": "1.23", "version": "1.24",
"description": "A Powerline style prompt for your shell", "description": "A Powerline style prompt for your shell",
"homepage": "https://github.com/justjanne/powerline-go", "homepage": "https://github.com/justjanne/powerline-go",
"license": "GPL-3.0-or-later", "license": "GPL-3.0-or-later",
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/justjanne/powerline-go/releases/download/v1.23/powerline-go-windows-amd64#/powerline-go.exe", "url": "https://github.com/justjanne/powerline-go/releases/download/v1.24/powerline-go-windows-amd64.exe#/powerline-go.exe",
"hash": "bfa06731ef1b55bfc538cf5d21737a0bffa34f09142667398c1f465c0a759f71" "hash": "84ea36ce194a8e77ab72b8db04247331feed779097c0d25b3f68cc846fd441c6"
},
"32bit": {
"url": "https://github.com/justjanne/powerline-go/releases/download/v1.24/powerline-go-windows-386.exe#/powerline-go.exe",
"hash": "2300d5258492badffdc490d11cb23aed65315c1bed8a57291d6d8dcfbab0e303"
},
"arm64": {
"url": "https://github.com/justjanne/powerline-go/releases/download/v1.24/powerline-go-windows-arm64.exe#/powerline-go.exe",
"hash": "b9dd46836a6a6623a567cd5c86731419b4c405ca63cfd207caebbc7cbf6060f2"
} }
}, },
"bin": "powerline-go.exe", "bin": "powerline-go.exe",
@ -14,7 +22,13 @@
"autoupdate": { "autoupdate": {
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/justjanne/powerline-go/releases/download/v$version/powerline-go-windows-amd64#/powerline-go.exe" "url": "https://github.com/justjanne/powerline-go/releases/download/v$version/powerline-go-windows-amd64.exe#/powerline-go.exe"
},
"32bit": {
"url": "https://github.com/justjanne/powerline-go/releases/download/v$version/powerline-go-windows-386.exe#/powerline-go.exe"
},
"arm64": {
"url": "https://github.com/justjanne/powerline-go/releases/download/v$version/powerline-go-windows-arm64.exe#/powerline-go.exe"
} }
} }
} }