summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xzita-resampler/build/zita-resampler.SlackBuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/zita-resampler/build/zita-resampler.SlackBuild b/zita-resampler/build/zita-resampler.SlackBuild
index 3cee945c..fbe68dea 100755
--- a/zita-resampler/build/zita-resampler.SlackBuild
+++ b/zita-resampler/build/zita-resampler.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:
-# 1.6.2-1: 26/Jun/2020 by Eric Hameleers <alien@slackware.com>
+# 1.6.2-1: 26/jun/2020 by Eric Hameleers <alien@slackware.com>
# * Initial build.
+# 1.8.0-1: 18/aug/2021 by Eric Hameleers <alien@slackware.com>
+# * Update.
#
# Run 'sh zita-resampler.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=zita-resampler
-VERSION=${VERSION:-1.6.2}
+VERSION=${VERSION:-1.8.0}
BUILD=${BUILD:-1}
NUMJOBS=${NUMJOBS:-" -j$(nproc) "}
TAG=${TAG:-alien}