summaryrefslogtreecommitdiffstats
path: root/discover
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2023-02-18 20:44:02 +0000
committer Eric Hameleers <alien@slackware.com>2023-02-18 20:44:02 +0000
commitf3e8a194aed4b1ba7a869d2489e9c9a9582606d3 (patch)
tree7cad98c248678d60db945c47a70d8af7f3741352 /discover
parentee834bc13acb69999f4d6195d030b1d709f6a9b7 (diff)
downloadasb-f3e8a194aed4b1ba7a869d2489e9c9a9582606d3.tar.gz
asb-f3e8a194aed4b1ba7a869d2489e9c9a9582606d3.tar.xz
discover: update to 5.27.0
Diffstat (limited to 'discover')
-rwxr-xr-xdiscover/build/discover.SlackBuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/discover/build/discover.SlackBuild b/discover/build/discover.SlackBuild
index 9ddc2fc9..4584fd90 100755
--- a/discover/build/discover.SlackBuild
+++ b/discover/build/discover.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2022 Eric Hameleers, Eindhoven, NL
+# Copyright 2022, 2023 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -35,6 +35,8 @@
# * Initial build.
# 5.26.4-1: 30/nov/2022 by Eric Hameleers <alien@slackware.com>
# * Update.
+# 5.27.0-1: 18/feb/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 .
@@ -43,7 +45,7 @@
# -----------------------------------------------------------------------------
PRGNAM=discover
-VERCUR=${VERCUR:-5.26.4}
+VERCUR=${VERCUR:-5.27.0}
VER150=${VER150:-5.23.5}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}