{ "version": "0.109.1", "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.109.1/nu-0.109.1-x86_64-pc-windows-msvc.zip", "hash": "9e349288ce5b17ca514e0b3aeab64f50919a1a713c27c9e28c902c2cc7df50cf" }, "arm64": { "url": "https://github.com/nushell/nushell/releases/download/0.109.1/nu-0.109.1-aarch64-pc-windows-msvc.zip", "hash": "8fb893b38f3df74fe3f0d0035076aeacbc58f8fec0fd705c07f28d3573f3d4c3" } }, "bin": "nu.exe", "shortcuts": [ [ "nu.exe", "Nushell", "--execute \"cd ~\"" ] ], "post_uninstall": [ "if ($purge) {", " $Directories = [string[]](", " [System.IO.Path]::Combine($env:APPDATA,'nushell'),", " [System.IO.Path]::Combine($env:LOCALAPPDATA,'nushell')", " )", " $Directories.ForEach{", " if ([System.IO.Directory]::Exists($_)) {", " $null = [System.IO.Directory]::Delete($_,$true)", " }", " }", "}" ], "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" } }, "hash": { "url": "$baseurl/SHA256SUMS" } } }