2022-05-25 04:30:46 +00:00

26 lines
862 B
JSON

{
"version": "0.63.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.63.0/nu_0_63_0_windows.zip",
"hash": "8b598022ca31b919ccb10e3468d0b161df24f983e68bd4dbbdcbd35f5207e57e",
"extract_dir": "nu_0_63_0_windows\\nushell-0.63.0"
}
},
"bin": "nu.exe",
"checkver": {
"github": "https://github.com/nushell/nushell"
},
"autoupdate": {
"architecture": {
"64bit": {
"url": "https://github.com/nushell/nushell/releases/download/$version/nu_$underscoreVersion_windows.zip",
"extract_dir": "nu_$underscoreVersion_windows\\nushell-$version"
}
}
}
}