mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-04 15:51:23 +00:00
starship: add 32bit version (#1790)
This commit is contained in:
parent
e44f13380c
commit
18cf5ab29d
@ -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": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user