diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md index cf324de2f39..62801f50854 100644 --- a/Ports/AvailablePorts.md +++ b/Ports/AvailablePorts.md @@ -30,7 +30,7 @@ Please make sure to keep this list up to date when adding and updating ports. :^ | [`cfunge`](cfunge/) | cfunge | 2bc4fb2 | https://github.com/VorpalBlade/cfunge/ | | [`curl`](curl/) | curl | 7.82.0 | https://curl.se/ | | [`dash`](dash/) | DASH | 0.5.10.2 | http://gondor.apana.org.au/~herbert/dash | -| [`dialog`](dialog/) | Dialog | 1.3-20210324 | https://invisible-island.net/dialog/ | +| [`dialog`](dialog/) | Dialog | 1.3-20220117 | https://invisible-island.net/dialog/ | | [`diffutils`](diffutils/) | GNU Diffutils | 3.7 | https://www.gnu.org/software/diffutils/ | | [`dmidecode`](dmidecode/) | dmidecode | 3.3 | https://github.com/mirror/dmidecode | | [`doom`](doom/) | DOOM | | https://github.com/SerenityOS/SerenityDOOM | diff --git a/Ports/dialog/package.sh b/Ports/dialog/package.sh index ea72655d398..58d78346c4f 100755 --- a/Ports/dialog/package.sh +++ b/Ports/dialog/package.sh @@ -1,6 +1,6 @@ #!/usr/bin/env -S bash ../.port_include.sh port=dialog -version=1.3-20210324 +version=1.3-20220117 depends=("ncurses") files="https://invisible-mirror.net/archives/dialog/dialog-${version}.tgz dialog-${version}.tgz https://invisible-mirror.net/archives/dialog/dialog-${version}.tgz.asc dialog-${version}.tgz.asc"