2024-04-02 21:05:37 +00:00

31 lines
1.1 KiB
JSON

{
"version": "0.92.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.92.0/nu-0.92.0-x86_64-windows-msvc-full.zip",
"hash": "2d8d40c99d44f0c69188a2050670872e111f4818b25571dfb941ea7d41354347"
},
"arm64": {
"url": "https://github.com/nushell/nushell/releases/download/0.92.0/nu-0.92.0-aarch64-windows-msvc-full.zip",
"hash": "d10fc6b977ae1f4d60843b9b46ab9c1a74944fdcceb9a7cde8cfd4680a28b918"
}
},
"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"
}
}
}
}