summaryrefslogtreecommitdiff
path: root/Ports
diff options
context:
space:
mode:
authorEWouters <6179932+EWouters@users.noreply.github.com>2022-06-02 22:20:04 +0200
committerLinus Groh <mail@linusgroh.de>2022-06-08 11:40:31 +0100
commitf24aa0d574c9130f1cfc08d21a97ad65daf9a88b (patch)
tree050e73ec6e6131171911ca9d5ec3ee1ab81561bc /Ports
parent2a9a2f17a1fd0a8da63714c5b4a1f30dcb676d71 (diff)
downloadserenity-f24aa0d574c9130f1cfc08d21a97ad65daf9a88b.zip
Ports/dialog: Update dialog to version 1.3-20220526
Diffstat (limited to 'Ports')
-rw-r--r--Ports/AvailablePorts.md2
-rwxr-xr-xPorts/dialog/package.sh10
2 files changed, 6 insertions, 6 deletions
diff --git a/Ports/AvailablePorts.md b/Ports/AvailablePorts.md
index a25599ff93..d22b0dc0ec 100644
--- a/Ports/AvailablePorts.md
+++ b/Ports/AvailablePorts.md
@@ -33,7 +33,7 @@ This list is also available at [ports.serenityos.net](https://ports.serenityos.n
| [`coreutils`](coreutils/) | GNU core utilities | 9.1 | https://www.gnu.org/software/coreutils/ |
| [`curl`](curl/) | curl | 7.83.1 | https://curl.se/ |
| [`dash`](dash/) | DASH | 0.5.10.2 | http://gondor.apana.org.au/~herbert/dash |
-| [`dialog`](dialog/) | Dialog | 1.3-20220117 | https://invisible-island.net/dialog/ |
+| [`dialog`](dialog/) | Dialog | 1.3-20220526 | https://invisible-island.net/dialog/ |
| [`diffutils`](diffutils/) | GNU Diffutils | 3.8 | 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 58d78346c4..ae8d634294 100755
--- a/Ports/dialog/package.sh
+++ b/Ports/dialog/package.sh
@@ -1,12 +1,12 @@
#!/usr/bin/env -S bash ../.port_include.sh
-port=dialog
-version=1.3-20220117
-depends=("ncurses")
+port='dialog'
+version='1.3-20220526'
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"
auth_type="sig"
auth_import_key="C52048C0C0748FEE227D47A2702353E0F7E48EDB"
auth_opts=("dialog-${version}.tgz.asc" "dialog-${version}.tgz")
-useconfigure=true
-use_fresh_config_sub=true
+useconfigure='true'
+use_fresh_config_sub='true'
configopts=("--prefix=/usr/local" "--with-ncurses" "--with-curses-dir=${SERENITY_INSTALL_ROOT}/usr/local/include/ncurses")
+depends=("ncurses")