2024-09-18 08:28:55 +00:00

31 lines
1.1 KiB
JSON

{
"version": "0.98.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.98.0/nu-0.98.0-x86_64-pc-windows-msvc.zip",
"hash": "fed5996abef6d4415dfb93217379f4d9bdfb2ce913e3b9503ad69377b14dd887"
},
"arm64": {
"url": "https://github.com/nushell/nushell/releases/download/0.98.0/nu-0.98.0-aarch64-pc-windows-msvc.zip",
"hash": "e3dcb9c3b7e15208e83037da1fcc4ac656b92b96098c9f63e87c497d83da8781"
}
},
"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"
}
}
}
}