2022-07-05 20:29:24 +00:00

24 lines
736 B
JSON

{
"version": "0.65.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.65.0/nu-0.65.0-x86_64-pc-windows-msvc.zip",
"hash": "470e8b573bbe3010aac3867b88866b00978b976ca40a05cc267f7579c2a5c8eb"
}
},
"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"
}
}
}
}