mirror of
https://github.com/ScoopInstaller/Main.git
synced 2025-12-30 20:44:27 +00:00
31 lines
1.1 KiB
JSON
31 lines
1.1 KiB
JSON
{
|
|
"version": "0.96.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.96.0/nu-0.96.0-x86_64-pc-windows-msvc.zip",
|
|
"hash": "5a8ae6dc68238118f66182a0a518809fc54cd49877c33dfe204d0c1cd57b6539"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/nushell/nushell/releases/download/0.96.0/nu-0.96.0-aarch64-pc-windows-msvc.zip",
|
|
"hash": "a5835cde02d3c6cb39d07e5205309e4da91ee761e2953b63c7469a2a8522b366"
|
|
}
|
|
},
|
|
"bin": "nu.exe",
|
|
"checkver": {
|
|
"github": "https://github.com/nushell/nushell"
|
|
},
|
|
"autoupdate": {
|
|
"architecture": {
|
|
"64bit": {
|
|
"url": "https://github.com/nushell/nushell/releases/download/$version/nu-$version-x86_64-pc-windows-msvc.zip"
|
|
},
|
|
"arm64": {
|
|
"url": "https://github.com/nushell/nushell/releases/download/$version/nu-$version-aarch64-pc-windows-msvc.zip"
|
|
}
|
|
}
|
|
}
|
|
}
|