mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-01 05:24:27 +00:00
41 lines
1.5 KiB
JSON
41 lines
1.5 KiB
JSON
{
|
|
"version": "0.56.0",
|
|
"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/vcredist2019"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/starship/starship/releases/download/v0.56.0/starship-x86_64-pc-windows-msvc.zip",
|
|
"hash": "efdc8adc3c82c6245b844fda1aa8b1205141e601b2ed74d90f770bad88fce720"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/starship/starship/releases/download/v0.56.0/starship-i686-pc-windows-msvc.zip",
|
|
"hash": "0433547a6de53dbb0bd461910591936107b168fcd4cba6a6683eabf8bfcc6b6b"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
},
|
|
"hash": {
|
|
"url": "$url.sha256"
|
|
}
|
|
}
|
|
}
|