summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2023-08-10 15:15:33 +0000
committer Eric Hameleers <alien@slackware.com>2023-08-10 15:15:33 +0000
commitdde4242015706fa84fedc134a7ab7de5f0fcdbfb (patch)
treef7021b07425a66291aaa5194f06ab44255c59336
parent6743a7301d522d8d9ba953d9a47d23a1d19d6118 (diff)
downloadasb-dde4242015706fa84fedc134a7ab7de5f0fcdbfb.tar.gz
asb-dde4242015706fa84fedc134a7ab7de5f0fcdbfb.tar.xz
discover: update to 5.27.7
-rwxr-xr-xdiscover/build/discover.SlackBuild4
1 files changed, 3 insertions, 1 deletions
diff --git a/discover/build/discover.SlackBuild b/discover/build/discover.SlackBuild
index 4584fd90..8185aebe 100755
--- a/discover/build/discover.SlackBuild
+++ b/discover/build/discover.SlackBuild
@@ -37,6 +37,8 @@
# * Update.
# 5.27.0-1: 18/feb/2023 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 5.27.7-1: 10/aug/2023 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh discover.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -45,7 +47,7 @@
# -----------------------------------------------------------------------------
PRGNAM=discover
-VERCUR=${VERCUR:-5.27.0}
+VERCUR=${VERCUR:-5.27.7}
VER150=${VER150:-5.23.5}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}