2024-03-06 00:33:21 +00:00

31 lines
1.1 KiB
JSON

{
"version": "0.91.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.91.0/nu-0.91.0-x86_64-windows-msvc-full.zip",
"hash": "ace81bf3034b5b1b332d925210ec1440e1ed64b7eee65843f84e6db817a4d303"
},
"arm64": {
"url": "https://github.com/nushell/nushell/releases/download/0.91.0/nu-0.91.0-aarch64-windows-msvc-full.zip",
"hash": "99981ac7350c1d6eaa3900427e1e88cbfef909d0c589c252170e210ca9fce727"
}
},
"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"
}
}
}
}