2022-02-08 12:29:40 +00:00

26 lines
862 B
JSON

{
"version": "0.44.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.44.0/nu_0_44_0_windows.zip",
"hash": "73d808ded2b7da5eaa08abc9ae5f16f81146cd9ddbb2a8c3d7b70e73f0a65b9f",
"extract_dir": "nu_0_44_0_windows\\nushell-0.44.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"
}
}
}
}