nano: Update to version 5.2-4

This commit is contained in:
Jakub Čábera 2020-08-24 17:07:16 +02:00
parent e9bd6a569b
commit 47ec02573a

View File

@ -1,10 +1,14 @@
{
"homepage": "https://www.nano-editor.org/",
"version": "5.2-4",
"description": "A small and friendly GNU editor, inspired by Pico",
"version": "5.1-32",
"homepage": "https://www.nano-editor.org/",
"license": "GPL-3.0-only",
"url": "https://files.lhmouse.com/nano-win/nano-win_9229_v5.1-32-g7b7b9dad.7z",
"hash": "a7bf70d5ef5e5940875d1fa36847ad6300f430f6ac5927e12d1f3e6833a6fba7",
"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_9232_v5.2-4-ge724fdcb.7z",
"hash": "4606143ceb2c730e440664f8dba4fa7d1e7f435d29783b39dc88bee9d265134d",
"post_install": [
"if (-not (Test-Path \"$env:USERPROFILE\\.nanorc\")) {",
" Copy-Item \"$dir\\.nanorc\" \"$env:USERPROFILE\\.nanorc\"",
@ -24,9 +28,5 @@
},
"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"
]
}
}