2022-08-17 08:34:09 +00:00

24 lines
736 B
JSON

{
"version": "0.67.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.67.0/nu-0.67.0-x86_64-pc-windows-msvc.zip",
"hash": "683b604024eb1f81b3eefe3a8ad844d9d778711526342e47101ef1246c1e95ba"
}
},
"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"
}
}
}
}