2019-10-16 03:00:16 +00:00

25 lines
873 B
JSON

{
"homepage": "https://www.nushell.sh",
"version": "0.4.0",
"license": "MIT",
"description": "A modern shell written in Rust.",
"url": "https://github.com/nushell/nushell/releases/download/0.4.0/nu_0_4_0_windows.zip",
"hash": "45a9da6c70f03af629dca37402cddf6304fc0b1c8c98cd1f4b655ac68c091fb5",
"extract_dir": "nushell_0_4_0",
"installer": {
"script": [
"New-Item \"$dir\\Plugins\" -ItemType Directory | Out-Null",
"Move-Item \"$dir\\nu_plugin_*\" \"$dir\\Plugins\""
]
},
"bin": "nu.exe",
"env_add_path": "Plugins",
"checkver": {
"github": "https://github.com/nushell/nushell"
},
"autoupdate": {
"url": "https://github.com/nushell/nushell/releases/download/$version/nu_$underscoreVersion_windows.zip",
"extract_dir": "nushell_$underscoreVersion"
}
}