Paul Moore db3046ce66
nu@0.86.0: Add arm64 variant (#5206)
* Use the full binary for nushell

* Update nu.json

---------

Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com>
2023-10-24 12:15:10 +05:30

31 lines
1.1 KiB
JSON

{
"version": "0.86.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.86.0/nu-0.86.0-x86_64-windows-msvc-full.zip",
"hash": "2aa597719f3afb28d43fb4b718efb2fc8d00df02e106bbfa5e802bf9caf9d8e3"
},
"arm64": {
"url": "https://github.com/nushell/nushell/releases/download/0.86.0/nu-0.86.0-aarch64-windows-msvc-full.zip",
"hash": "713a5dcba063be48dd4a0da90e144a25fdf0c3bf695ef6737659e3189b602e83"
}
},
"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"
}
}
}
}