summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2021-08-18 13:45:29 +0000
committer Eric Hameleers <alien@slackware.com>2021-08-18 13:45:29 +0000
commit862c8cc9e28a14eae55a96cf9b4501a2f64abd4c (patch)
treebd886e08c1b9cb305330c0494f1d2ad610c13dd9
parente508c6ad51f228fb4d8596681421f29bc1204f55 (diff)
downloadasb-862c8cc9e28a14eae55a96cf9b4501a2f64abd4c.tar.gz
asb-862c8cc9e28a14eae55a96cf9b4501a2f64abd4c.tar.xz
zita-resampler: update to 1.8.0
-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}