ScoopInstaller_Main/bucket/starship.json
2024-03-29 17:08:34 +00:00

48 lines
1.9 KiB
JSON

{
"version": "1.18.2",
"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.2/starship-x86_64-pc-windows-msvc.zip",
"hash": "78efef57e4dfce1bb0cf371d8c713336ea653ba4e10f223bef7e436b3aad0596"
},
"32bit": {
"url": "https://github.com/starship/starship/releases/download/v1.18.2/starship-i686-pc-windows-msvc.zip",
"hash": "39a99ca8e5d91607676ad1afaa241fbfa875a96798043ddfe3e3f780c39b45d5"
},
"arm64": {
"url": "https://github.com/starship/starship/releases/download/v1.18.2/starship-aarch64-pc-windows-msvc.zip",
"hash": "b8640e5cca6dffbb64e14f69a20c96ef95ae15632c42d337eec8f01c76c5ba0e"
}
},
"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"
}
}
}