mirror of
https://github.com/ScoopInstaller/Main.git
synced 2026-01-06 03:35:14 +00:00
48 lines
1.9 KiB
JSON
48 lines
1.9 KiB
JSON
{
|
|
"version": "1.18.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.18.1/starship-x86_64-pc-windows-msvc.zip",
|
|
"hash": "6f14dadcfc2e202f22e91143fdca703009fb12543847e0f39364dcf18155a18b"
|
|
},
|
|
"32bit": {
|
|
"url": "https://github.com/starship/starship/releases/download/v1.18.1/starship-i686-pc-windows-msvc.zip",
|
|
"hash": "1f8bc2f9b3a80c54952d6358412a0f7de505daecd1daa61da0e6e2ad01161636"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/starship/starship/releases/download/v1.18.1/starship-aarch64-pc-windows-msvc.zip",
|
|
"hash": "5672bbaf1a7a60d57b83b563f20a3bf29f7c6fd17335a520b57b76da91a91680"
|
|
}
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|