From 93d456077efc43977dfaddc809fec68b1f9626cf Mon Sep 17 00:00:00 2001 From: "Mr.UNIX" <99476714+mrunix00@users.noreply.github.com> Date: Sun, 5 Feb 2023 17:11:32 +0000 Subject: [PATCH] Ports/nano: Update to 7.2 --- Ports/AvailablePorts.md | 2 +- Ports/nano/package.sh | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index c34a9337e2..5e76e3f95b 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -170,7 +170,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n | [`mrsh`](mrsh/) | mrsh | cd3c3a4 | https://mrsh.sh/ | | [`mruby`](mruby/) | mruby | 3.0.0 | https://mruby.org/ | | [`mysthous`](mysthous/) | Hi-Res Adventure #1: Mystery House | 1.0 | https://www.scummvm.org/games/#games-hires1 | -| [`nano`](nano/) | GNU nano | 6.3 | https://www.nano-editor.org/ | +| [`nano`](nano/) | GNU nano | 7.2 | https://www.nano-editor.org/ | | [`nasm`](nasm/) | Netwide Assembler (NASM) | 2.16.01 | https://www.nasm.us/ | | [`ncdu`](ncdu/) | Ncdu | 1.17 | https://dev.yorhel.nl/ncdu | | [`ncurses`](ncurses/) | ncurses | 6.3 | https://invisible-island.net/ncurses/announce.html | diff --git a/Ports/nano/package.sh b/Ports/nano/package.sh index def1d9e63a..5b55f3cb36 100755 --- a/Ports/nano/package.sh +++ b/Ports/nano/package.sh @@ -1,7 +1,7 @@ #!/usr/bin/env -S bash ../.port_include.sh port='nano' -version='6.3' -files="https://www.nano-editor.org/dist/v6/nano-${version}.tar.xz nano-${version}.tar.xz eb532da4985672730b500f685dbaab885a466d08fbbf7415832b95805e6f8687" +version='7.2' +files="https://www.nano-editor.org/dist/v7/nano-${version}.tar.xz nano-${version}.tar.xz 86f3442768bd2873cec693f83cdf80b4b444ad3cc14760b74361474fc87a4526" auth_type='sha256' useconfigure='true' use_fresh_config_sub='true'