ScoopInstaller_Main/bucket/starship.json
2023-06-06 16:29:11 +00:00

48 lines
1.9 KiB
JSON

{
"version": "1.15.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.15.0/starship-x86_64-pc-windows-msvc.zip",
"hash": "22da01771284c95831c4a06d5cea671e557cf4f7b74c28b0fbf14a2af5dd3ebc"
},
"32bit": {
"url": "https://github.com/starship/starship/releases/download/v1.15.0/starship-i686-pc-windows-msvc.zip",
"hash": "cd4e77c1a8910fae3948de60de2c38d9f96e1be4c33f1faabe3dc8a8df8134e8"
},
"arm64": {
"url": "https://github.com/starship/starship/releases/download/v1.15.0/starship-aarch64-pc-windows-msvc.zip",
"hash": "7e236713b9b6d3b50b33ea488e1737e371da29a3f0266b749b0001629a3b00eb"
}
},
"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"
}
}
}