starship: add 32bit version (#1790)

This commit is contained in:
David Knaack 2021-02-07 09:05:30 +01:00 committed by GitHub
parent e44f13380c
commit 18cf5ab29d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -14,6 +14,10 @@
"64bit": { "64bit": {
"url": "https://github.com/starship/starship/releases/download/v0.50.0/starship-x86_64-pc-windows-msvc.zip", "url": "https://github.com/starship/starship/releases/download/v0.50.0/starship-x86_64-pc-windows-msvc.zip",
"hash": "b8afde26e124c2ee5fda070295f38b8bec51bdf0f470ead083e70d7bd885893b" "hash": "b8afde26e124c2ee5fda070295f38b8bec51bdf0f470ead083e70d7bd885893b"
},
"32bit": {
"url": "https://github.com/starship/starship/releases/download/v0.50.0/starship-i686-pc-windows-msvc.zip",
"hash": "aa25759625a6d5ed1b4c05415be03439e4f0d84a6320ae49d95032b098f18675"
} }
}, },
"bin": "starship.exe", "bin": "starship.exe",
@ -24,6 +28,9 @@
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/starship/starship/releases/download/v$version/starship-x86_64-pc-windows-msvc.zip" "url": "https://github.com/starship/starship/releases/download/v$version/starship-x86_64-pc-windows-msvc.zip"
},
"32bit": {
"url": "https://github.com/starship/starship/releases/download/v$version/starship-i686-pc-windows-msvc.zip"
} }
}, },
"hash": { "hash": {