nano: Fix URL (fixes #1669) (#1673)

This commit is contained in:
Ross Smith II 2020-12-10 14:37:07 -08:00 committed by GitHub
parent dc89a8edf0
commit f151a1e5f2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -7,8 +7,8 @@
"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_9371_v5.4-9-g7010a68f.7z",
"hash": "f60431596b76d5681e5d121bdb80f6b10e65105d433386c4e864c75f5e88789a",
"url": "https://files.lhmouse.com/nano-win/nano-win_9371_v5.4-9-g8ad13081.7z",
"hash": "07B0473ACC885D7AAB417F6273EAC32951339C4C71CFE027FA85CBEB8968D493",
"post_install": [
"if (-not (Test-Path \"$env:USERPROFILE\\.nanorc\")) {",
" Copy-Item \"$dir\\.nanorc\" \"$env:USERPROFILE\\.nanorc\"",