summaryrefslogtreecommitdiffstats
path: root/source/a/dialog/dialog.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'source/a/dialog/dialog.SlackBuild')
-rwxr-xr-xsource/a/dialog/dialog.SlackBuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/source/a/dialog/dialog.SlackBuild b/source/a/dialog/dialog.SlackBuild
index 261e73010..ba3a8722d 100755
--- a/source/a/dialog/dialog.SlackBuild
+++ b/source/a/dialog/dialog.SlackBuild
@@ -1,5 +1,5 @@
#!/bin/bash
-# Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2013, 2018, 2019 Patrick J. Volkerding, Sebeka, MN, USA
+# Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2013, 2018, 2019, 2020 Patrick J. Volkerding, Sebeka, MN, USA
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -38,8 +38,9 @@ PKGNAM=dialog
#
# Update: dialog-1.3-20191210 actually passes the formatting tests here (with a
# couple of patches), so we will take our first dialog upgrade in quite a while.
-#VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1,2 -d - | rev)}
-VERSION=1.3-20191210
+#VERSION=1.3-20191210
+# We'll determine $VERSION automatically again (for now):
+VERSION=${VERSION:-$(echo $PKGNAM-*.tar.?z | rev | cut -f 3- -d . | cut -f 1,2 -d - | rev)}
BUILD=${BUILD:-1}