mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-11-06 08:41:20 +00:00
nu: Add version 0.3.0 (#455)
This commit is contained in:
parent
c7ff6df5e9
commit
d93f657c7a
24
bucket/nu.json
Normal file
24
bucket/nu.json
Normal file
@ -0,0 +1,24 @@
|
||||
{
|
||||
"homepage": "https://www.nushell.sh",
|
||||
"version": "0.3.0",
|
||||
"license": "MIT",
|
||||
"description": "A modern shell written in Rust.",
|
||||
"url": "https://github.com/nushell/nushell/releases/download/0.3.0/nu_0_3_0_windows.zip",
|
||||
"hash": "73f5ac08c3c3fe1f81ec45bcae95985068f859d3aceb1267e88b924317e227f7",
|
||||
"extract_dir": "nushell_0_3_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"
|
||||
}
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user