From 59854917b5c405f46e51bd8ae5a3170c1192b583 Mon Sep 17 00:00:00 2001 From: extrowerk Date: Mon, 30 Mar 2026 17:47:41 +0000 Subject: [PATCH] Nano: update to 8.7.1 --- build/nano/build.sh | 4 ++-- doc/packages.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/nano/build.sh b/build/nano/build.sh index 688931d15..607335ece 100755 --- a/build/nano/build.sh +++ b/build/nano/build.sh @@ -12,12 +12,12 @@ # http://www.illumos.org/license/CDDL. # }}} -# Copyright 2024 OmniOS Community Edition (OmniOSce) Association. +# Copyright 2026 OmniOS Community Edition (OmniOSce) Association. . ../../lib/build.sh PROG=nano -VER=8.7 +VER=8.7.1 PKG=ooce/editor/nano SUMMARY="nano editor" DESC="GNU implementation of nano, a text editor emulating pico" diff --git a/doc/packages.md b/doc/packages.md index 8f8485309..f8ecbdb99 100644 --- a/doc/packages.md +++ b/doc/packages.md @@ -101,7 +101,7 @@ | ooce/editor/helix | 25.07.1 | https://github.com/helix-editor/helix/releases | [omniosorg](https://github.com/omniosorg) | ooce/editor/joe | 4.6 | https://sourceforge.net/projects/joe-editor/files/JOE%20sources/ | [omniosorg](https://github.com/omniosorg) | ooce/editor/micro | 2.0.15 | https://github.com/zyedidia/micro/releases | [omniosorg](https://github.com/omniosorg) -| ooce/editor/nano | 8.7 | https://ftp.gnu.org/gnu/nano/ | [omniosorg](https://github.com/omniosorg) +| ooce/editor/nano | 8.7.1 | https://ftp.gnu.org/gnu/nano/ | [omniosorg](https://github.com/omniosorg) | ooce/editor/neovim | 0.11.5 | https://github.com/neovim/neovim/releases | [omniosorg](https://github.com/omniosorg) | ooce/emulator/qemu | 10.2.2 | https://www.qemu.org/download/ | [omniosorg](https://github.com/omniosorg) | ooce/file/acltool | 1.16.2 | https://github.com/ptrrkssn/acltool/releases | [Peter Eriksson](https://github.com/ptrrkssn)