mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 04:24:28 +00:00
26 lines
862 B
JSON
26 lines
862 B
JSON
{
|
|
"version": "0.41.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.41.0/nu_0_41_0_windows.zip",
|
|
"hash": "d8607eeced812a4c1a8fc699e4ec453dce7d786ff44d12e58d9e3def16966488",
|
|
"extract_dir": "nu_0_41_0_windows\\nushell-0.41.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"
|
|
}
|
|
}
|
|
}
|
|
}
|