mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-27 02:51:19 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "0.89.0",
|
|
"description": "A modern shell written in Rust",
|
|
"homepage": "https://www.nushell.sh",
|
|
"license": "MIT",
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/nushell/nushell/releases/download/0.89.0/nu-0.89.0-x86_64-windows-msvc-full.zip",
|
|
"hash": "62c887ef0534f020ab51141387b51584bd25eb83c50d8535061621661db353b3"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/nushell/nushell/releases/download/0.89.0/nu-0.89.0-aarch64-windows-msvc-full.zip",
|
|
"hash": "523a03977c14a253eaf7971f56da6ddaa7cf45c36df9288de972adba215590c5"
|
|
}
|
|
},
|
|
"bin": "nu.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/nushell/nushell"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/nushell/nushell/releases/download/$version/nu-$version-x86_64-windows-msvc-full.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/nushell/nushell/releases/download/$version/nu-$version-aarch64-windows-msvc-full.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|