2021-11-21 15:55:43 +05:30

26 lines
862 B
JSON

{
"version": "0.40.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.40.0/nu_0_40_0_windows.zip",
"hash": "1b2447142f813df324c95b90dea52972a6c52843cf8201708a2e8c530f850a4a",
"extract_dir": "nu_0_40_0_windows\\nushell-0.40.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"
}
}
}
}