summaryrefslogtreecommitdiffstats
path: root/FAudio/build/FAudio.SlackBuild
diff options
context:
space:
mode:
Diffstat (limited to 'FAudio/build/FAudio.SlackBuild')
-rwxr-xr-xFAudio/build/FAudio.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/FAudio/build/FAudio.SlackBuild b/FAudio/build/FAudio.SlackBuild
index 96e9bee8..657b4356 100755
--- a/FAudio/build/FAudio.SlackBuild
+++ b/FAudio/build/FAudio.SlackBuild
@@ -1,6 +1,6 @@
#!/bin/sh
# $Id$
-# Copyright 2020 Eric Hameleers, Eindhoven, NL
+# Copyright 2020, 2021 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:
-# 20.09-1: 25/Sep/2020 by Eric Hameleers <alien@slackware.com>
+# 20.09-1: 25/sep/2020 by Eric Hameleers <alien@slackware.com>
# * Initial build.
+# 21.12-1: 22/dec/2021 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh FAudio.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=FAudio
-VERSION=${VERSION:-20.09}
+VERSION=${VERSION:-21.12}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}