2024-04-11 01:14:16 +00:00

31 lines
1.1 KiB
JSON

{
"version": "0.92.2",
"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.2/nu-0.92.2-x86_64-windows-msvc-full.zip",
"hash": "324bb27eb8d171c8ad4a556819650abebd1f494dd3128a0080cb53ca6405c9f1"
},
"arm64": {
"url": "https://github.com/nushell/nushell/releases/download/0.92.2/nu-0.92.2-aarch64-windows-msvc-full.zip",
"hash": "6b331492781f557bb63d380562867e1aad0b095b7292f3e2b7748bf0ea0a2e68"
}
},
"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"
}
}
}
}