2023-11-20 20:23:57 +00:00

31 lines
1.1 KiB
JSON

{
"version": "0.87.1",
"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.87.1/nu-0.87.1-x86_64-windows-msvc-full.zip",
"hash": "f995b3605a9b24135a2cd308a42961b9569d870d881a41758b8384aa2cb76cef"
},
"arm64": {
"url": "https://github.com/nushell/nushell/releases/download/0.87.1/nu-0.87.1-aarch64-windows-msvc-full.zip",
"hash": "4b06f32e7c8c57e28bfa7697292b376750bd06439cc0604276b5fb89782b348d"
}
},
"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"
}
}
}
}