summaryrefslogtreecommitdiffstats
path: root/FAudio/build
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-12-22 13:45:22 +0000
committer Eric Hameleers <alien@slackware.com>2021-12-22 13:45:22 +0000
commit5ab4e86b8441694d495b869630610f725705986f (patch)
tree752b6e46f14651b220709d6f7f4ec95d00f03da5 /FAudio/build
parent6b5bd7e05becfe94c302e689006bf452f6d3f7e1 (diff)
downloadasb-5ab4e86b8441694d495b869630610f725705986f.tar.gz
asb-5ab4e86b8441694d495b869630610f725705986f.tar.xz
FAudio: update to 21.12
Diffstat (limited to 'FAudio/build')
-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}