{ "version": "5.6.1-51", "description": "A small and friendly GNU editor, inspired by Pico", "homepage": "https://www.nano-editor.org/", "license": "GPL-3.0-only", "notes": [ "Configure nano by editing its configuration file %USERPROFILE%\\.nanorc", "NOTE: The config file was named nano.rc in the 2.5.3 release, but is now named .nanorc" ], "url": "https://files.lhmouse.com/nano-win/nano-win_9557_v5.6.1-51-g32071383.7z", "hash": "501e39bf17f338a1174a13186e047b86bd004d091183f33b489b35de8385ca71", "post_install": [ "if (-not (Test-Path \"$env:USERPROFILE\\.nanorc\")) {", " Copy-Item \"$dir\\.nanorc\" \"$env:USERPROFILE\\.nanorc\"", "}" ], "checkver": { "url": "https://files.lhmouse.com/nano-win/?C=N&O=D", "regex": "nano-win_(?\\d+)_v([\\d.-]+)-(?\\w+)\\.7z" }, "architecture": { "64bit": { "bin": "pkg_x86_64-w64-mingw32\\bin\\nano.exe" }, "32bit": { "bin": "pkg_i686-w64-mingw32\\bin\\nano.exe" } }, "autoupdate": { "url": "https://files.lhmouse.com/nano-win/nano-win_$matchBuild_v$version-$matchCommit.7z" } }