summaryrefslogtreecommitdiffstats
path: root/libgig
diff options
context:
space:
mode:
Diffstat (limited to 'libgig')
-rwxr-xr-xlibgig/build/libgig.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/libgig/build/libgig.SlackBuild b/libgig/build/libgig.SlackBuild
index 821fa518..3b9c999c 100755
--- a/libgig/build/libgig.SlackBuild
+++ b/libgig/build/libgig.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2020 Eric Hameleers, Eindhoven, NL
+# Copyright 2020, 2022 Eric Hameleers, Eindhoven, NL
# All rights reserved.
#
# Permission to use, copy, modify, and distribute this software for
@@ -31,8 +31,10 @@
# Build needs:
# Needs:
# Changelog:
-# 4.2.0-1: 19/Jan/2020 by Eric Hameleers <alien@slackware.com>
+# 4.2.0-1: 19/jan/2020 by Eric Hameleers <alien@slackware.com>
# * Initial build.
+# 4.3.0-1: 31/jan/2022 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh libgig.SlackBuild' to build a Slackware package.
# The package (.t?z) and .txt file as well as build logs are created in /tmp .
@@ -41,7 +43,7 @@
# -----------------------------------------------------------------------------
PRGNAM=libgig
-VERSION=${VERSION:-4.2.0}
+VERSION=${VERSION:-4.3.0}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}