starship: Add arm64 architecture (#4020)

This commit is contained in:
David Knaack 2022-10-13 23:40:22 +02:00 committed by GitHub
parent ad5ca1078d
commit 6643b0b697
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,6 +18,10 @@
"32bit": {
"url": "https://github.com/starship/starship/releases/download/v1.10.3/starship-i686-pc-windows-msvc.zip",
"hash": "b1938cbd29401ea2136f9ab1e95b0cbb0606c845ffa7038a9455def89b7afece"
},
"arm64": {
"url": "https://github.com/starship/starship/releases/download/v1.10.3/starship-aarch64-pc-windows-msvc.zip",
"hash": "092807fac16d1986669596857cdd2eb6bd2271e0ed7ec43d3bd9add0c5144d99"
}
},
"bin": "starship.exe",
@ -31,6 +35,9 @@
},
"32bit": {
"url": "https://github.com/starship/starship/releases/download/v$version/starship-i686-pc-windows-msvc.zip"
},
"arm64": {
"url": "https://github.com/starship/starship/releases/download/v$version/starship-aarch64-pc-windows-msvc.zip"
}
},
"hash": {