2023-12-15 00:32:53 +00:00

31 lines
1.1 KiB
JSON

{
"version": "0.88.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.88.1/nu-0.88.1-x86_64-windows-msvc-full.zip",
"hash": "d1844f6726deec4ab10f95554578ec093fc184db39e15fa29e621f3543b6f72b"
},
"arm64": {
"url": "https://github.com/nushell/nushell/releases/download/0.88.1/nu-0.88.1-aarch64-windows-msvc-full.zip",
"hash": "a088b8bb77c0deedad0da6eb39f3273bf878b2d460dea5632a065b3d4121b6c4"
}
},
"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"
}
}
}
}