mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-02 14:51:18 +00:00
48 lines
1.9 KiB
JSON
48 lines
1.9 KiB
JSON
{
|
|
"version": "1.21.1",
|
|
"description": "The minimal, blazing fast, and extremely customizable prompt for any shell!",
|
|
"homepage": "https://starship.rs",
|
|
"license": "ISC",
|
|
"notes": [
|
|
"Usage: Add 'Invoke-Expression (&starship init powershell)' to the end of your PowerShell $PROFILE.",
|
|
"Prerequisites: A Powerline font installed and enabled in your terminal."
|
|
],
|
|
"suggest": {
|
|
"vcredist": "extras/vcredist2022"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/starship/starship/releases/download/v1.21.1/starship-x86_64-pc-windows-msvc.zip",
|
|
"hash": "19ce36e44825289d56e9af10c5d5f30310073b233f64b8a99dd21402b6c2f007"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/starship/starship/releases/download/v1.21.1/starship-i686-pc-windows-msvc.zip",
|
|
"hash": "eb83f92b0a4cf7b34c9c40a9795eefb1e90568954fb59340f58ee99b00ca10fd"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/starship/starship/releases/download/v1.21.1/starship-aarch64-pc-windows-msvc.zip",
|
|
"hash": "a5e6ae7ea06bd82ba7047435f63187a5024d5109faac20ec975db4d690788344"
|
|
}
|
|
},
|
|
"bin": "starship.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/starship/starship"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"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"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/starship/starship/releases/download/v$version/starship-aarch64-pc-windows-msvc.zip"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|