2024-07-30 00:33:52 +00:00

31 lines
1.1 KiB
JSON

{
"version": "0.96.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.96.1/nu-0.96.1-x86_64-pc-windows-msvc.zip",
"hash": "b6e425a69aa944f7be897f853e3e6c87c41f06c0096a2860414f89696921902b"
},
"arm64": {
"url": "https://github.com/nushell/nushell/releases/download/0.96.1/nu-0.96.1-aarch64-pc-windows-msvc.zip",
"hash": "9c339c4626590d278431563d834e5511d8fd6667df304f0d864363e8b6f9b1e6"
}
},
"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-pc-windows-msvc.zip"
},
"arm64": {
"url": "https://github.com/nushell/nushell/releases/download/$version/nu-$version-aarch64-pc-windows-msvc.zip"
}
}
}
}