2020-05-31 17:00:37 +00:00

33 lines
1.2 KiB
JSON

{
"homepage": "https://www.nano-editor.org/",
"description": "A small and friendly GNU editor, inspired by Pico",
"version": "4.9-168",
"license": "GPL-3.0-only",
"url": "https://files.lhmouse.com/nano-win/nano-win_8920_v4.9-168-gccf508e2.7z",
"hash": "4cee324eb261dc41380d9720bfc879719ab2a44ea4b9225bf9c4e4b944e3651d",
"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_(?<build>\\d+)_v([\\d.-]+)-(?<commit>\\w+)\\.7z"
},
"architecture": {
"64bit": {
"bin": "x86_64-w64-mingw32\\bin\\nano.exe"
},
"32bit": {
"bin": "i686-w64-mingw32\\bin\\nano.exe"
}
},
"autoupdate": {
"url": "https://files.lhmouse.com/nano-win/nano-win_$matchBuild_v$version-$matchCommit.7z"
},
"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"
]
}