summaryrefslogtreecommitdiff
path: root/Ports
diff options
context:
space:
mode:
authorDaniel van Gerpen <daniel@vangerpen.de>2023-04-30 12:45:47 +0200
committerJelle Raaijmakers <jelle@gmta.nl>2023-05-04 19:45:24 +0200
commit98badc14666974fc6fb4310e478e8f336fd82452 (patch)
treef1c1971fe835ef79ec2b23eddaefcb7b69d498e5 /Ports
parent66c41e7c45e8c2101c48cfdac3aaed4935fe70cc (diff)
downloadserenity-98badc14666974fc6fb4310e478e8f336fd82452.zip
Ports/ncdu: Update to version 1.18.1
Diffstat (limited to 'Ports')
-rw-r--r--Ports/AvailablePorts.md2
-rwxr-xr-xPorts/ncdu/package.sh4
2 files changed, 3 insertions, 3 deletions
diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md
index c0d8b8cbb6..2fc397f5c2 100644
--- a/Ports/AvailablePorts.md
+++ b/Ports/AvailablePorts.md
@@ -182,7 +182,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`mysthous`](mysthous/) | Hi-Res Adventure #1: Mystery House | 1.0 | https://www.scummvm.org/games/#games-hires1 |
| [`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 |
+| [`ncdu`](ncdu/) | Ncdu | 1.18.1 | https://dev.yorhel.nl/ncdu |
| [`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 | 5bb0458 | https://github.com/ulfalizer/nesalizer |
diff --git a/Ports/ncdu/package.sh b/Ports/ncdu/package.sh
index 99ab1cf9ae..4af5b83bef 100755
--- a/Ports/ncdu/package.sh
+++ b/Ports/ncdu/package.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env -S bash ../.port_include.sh
port='ncdu'
-version='1.17'
-files="https://dev.yorhel.nl/download/ncdu-${version}.tar.gz ncdu-${version}.tar.gz 810745a8ed1ab3788c87d3aea4cc1a14edf6ee226f764bcc383e024ba56adbf1"
+version='1.18.1'
+files="https://dev.yorhel.nl/download/ncdu-${version}.tar.gz ncdu-${version}.tar.gz 7c0fa1eb29d85aaed4ba174164bdbb8f011b5c390d017c57d668fc7231332405"
auth_type='sha256'
useconfigure='true'
depends=("ncurses")