diff options
-rw-r--r-- | Ports/AvailablePorts.md | 2 | ||||
-rwxr-xr-x | Ports/ncurses/package.sh | 4 | ||||
-rw-r--r-- | Ports/ncurses/patches/config.sub.patch | 12 |
3 files changed, 3 insertions, 15 deletions
diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index a318998b45..39d787cd86 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -112,7 +112,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^ | [`nano`](nano/) | GNU nano | 5.8 | https://www.nano-editor.org/ | | [`nasm`](nasm/) | Netwide Assembler (NASM) | 2.15.05 | https://www.nasm.us/ | | [`ncdu`](ncdu/) | Ncdu | 1.16 | https://dev.yorhel.nl/ncdu | -| [`ncurses`](ncurses/) | ncurses | 6.2 | https://invisible-island.net/ncurses/announce.html | +| [`ncurses`](ncurses/) | ncurses | 6.3 | https://invisible-island.net/ncurses/announce.html | | [`neofetch`](neofetch/) | neofetch | 7.1.0 | https://github.com/dylanaraps/neofetch | | [`nesalizer`](nesalizer/) | Nesalizer | | https://github.com/SerenityOS/nesalizer | | [`nethack`](nethack/) | nethack | 3.6.6 | https://www.nethack.org/ | diff --git a/Ports/ncurses/package.sh b/Ports/ncurses/package.sh index ceb67aea62..2aae289d2a 100755 --- a/Ports/ncurses/package.sh +++ b/Ports/ncurses/package.sh @@ -1,6 +1,6 @@ #!/usr/bin/env -S bash ../.port_include.sh port=ncurses -version=6.2 +version=6.3 useconfigure=true configopts=( "--enable-pc-files" @@ -12,7 +12,7 @@ configopts=( "--without-ada" "--enable-widec" ) -files="https://ftpmirror.gnu.org/gnu/ncurses/ncurses-${version}.tar.gz ncurses-${version}.tar.gz 30306e0c76e0f9f1f0de987cf1c82a5c21e1ce6568b9227f7da5b71cbea86c9d" +files="https://invisible-mirror.net/archives/ncurses/ncurses-${version}.tar.gz ncurses-${version}.tar.gz 97fc51ac2b085d4cde31ef4d2c3122c21abc217e9090a43a30fc5ec21684e059" auth_type="sha256" pre_configure() { diff --git a/Ports/ncurses/patches/config.sub.patch b/Ports/ncurses/patches/config.sub.patch deleted file mode 100644 index 641938db6e..0000000000 --- a/Ports/ncurses/patches/config.sub.patch +++ /dev/null @@ -1,12 +0,0 @@ -diff -u ncurses-6.2/config.sub ncurses-6.2-patched/config.sub ---- ncurses-6.2/config.sub 2019-09-12 01:56:40.000000000 +0200 -+++ ncurses-6.2-patched/config.sub 2020-12-14 23:30:48.813959617 +0100 -@@ -1343,7 +1343,7 @@ - | hpux* | unos* | osf* | luna* | dgux* | auroraux* | solaris* \ - | sym* | kopensolaris* | plan9* \ - | amigaos* | amigados* | msdos* | newsos* | unicos* | aof* \ -- | aos* | aros* | cloudabi* | sortix* | twizzler* \ -+ | aos* | aros* | cloudabi* | sortix* | twizzler* | serenity* \ - | nindy* | vxsim* | vxworks* | ebmon* | hms* | mvs* \ - | clix* | riscos* | uniplus* | iris* | isc* | rtu* | xenix* \ - | knetbsd* | mirbsd* | netbsd* \ |