2022-11-29 20:27:00 +00:00

24 lines
736 B
JSON

{
"version": "0.72.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.72.0/nu-0.72.0-x86_64-pc-windows-msvc.zip",
"hash": "bb51a43b10b0e5afc9d62b27d8d12d340d9c2add7df2467d46076cfd3d7d85c2"
}
},
"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"
}
}
}
}