mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-01 14:21:19 +00:00
48 lines
1.9 KiB
JSON
48 lines
1.9 KiB
JSON
{
|
|
"version": "1.11.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/vcredist2022"
|
|
},
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/starship/starship/releases/download/v1.11.0/starship-x86_64-pc-windows-msvc.zip",
|
|
"hash": "b8d58ca4119dc37f3647c3018e59d1b1bbbd06cfa782ebfa9e4be3e678af0c15"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/starship/starship/releases/download/v1.11.0/starship-i686-pc-windows-msvc.zip",
|
|
"hash": "70f1492d669fd315f06d2d5941d80791c027141e69a364e3e1d20a4c180556a6"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/starship/starship/releases/download/v1.11.0/starship-aarch64-pc-windows-msvc.zip",
|
|
"hash": "153a81e1aa3c736a6b6b7924470afbb2ade1ad8bcf9efb36193c8c21e0a4c2c2"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|