2023-03-15 00:34:12 +00:00

24 lines
736 B
JSON

{
"version": "0.77.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.77.0/nu-0.77.0-x86_64-pc-windows-msvc.zip",
"hash": "44da37e59767482ad0d978441268f95554e505651ef06979103c6cdb13168bbc"
}
},
"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"
}
}
}
}