summaryrefslogtreecommitdiffstats
path: root/audio
diff options
context:
space:
mode:
author Matteo Bernardini <ponce@slackbuilds.org>2020-06-23 23:04:24 +0200
committer Robby Workman <rworkman@slackbuilds.org>2021-04-17 23:56:15 -0500
commit02fdc45024ba58e17d8936b3aa43a47b7ffb2801 (patch)
treeb81c36e777cddb3c20af9c2e90ea5f27928b4b18 /audio
parent7e4a9c77cd779ba2fa709e0e6691cdd097ac7541 (diff)
downloadslackbuilds-02fdc45024ba58e17d8936b3aa43a47b7ffb2801.tar.gz
slackbuilds-02fdc45024ba58e17d8936b3aa43a47b7ffb2801.tar.xz
audio/qastools: Updated for version 0.23.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r--audio/qastools/qastools.SlackBuild12
-rw-r--r--audio/qastools/qastools.info6
2 files changed, 9 insertions, 9 deletions
diff --git a/audio/qastools/qastools.SlackBuild b/audio/qastools/qastools.SlackBuild
index a5893a42d1..fdf0fb574f 100644
--- a/audio/qastools/qastools.SlackBuild
+++ b/audio/qastools/qastools.SlackBuild
@@ -1,7 +1,7 @@
#!/bin/sh
# Slackware build script for qastools
-# Copyright 2012-2016 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
+# Copyright 2012-2020 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -22,7 +22,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=qastools
-VERSION=${VERSION:-0.21.0}
+VERSION=${VERSION:-0.23.0}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -53,16 +53,16 @@ else
LIBDIRSUFFIX=""
fi
-DOCS="CHANGELOG COPYING README TODO"
+DOCS="CHANGELOG COPYING README.md TODO"
set -e
rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
-rm -rf ${PRGNAM}_${VERSION}
-tar xvf $CWD/${PRGNAM}_${VERSION}.tar.?z*
-cd ${PRGNAM}_${VERSION}
+rm -rf ${PRGNAM}-v${VERSION}
+tar xvf $CWD/${PRGNAM}-v${VERSION}.tar.?z*
+cd ${PRGNAM}-v${VERSION}
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/audio/qastools/qastools.info b/audio/qastools/qastools.info
index 31fa3bdad4..9e974190c8 100644
--- a/audio/qastools/qastools.info
+++ b/audio/qastools/qastools.info
@@ -1,8 +1,8 @@
PRGNAM="qastools"
-VERSION="0.21.0"
+VERSION="0.23.0"
HOMEPAGE="https://xwmw.org/qastools/"
-DOWNLOAD="http://downloads.sf.net/qastools/qastools_0.21.0.tar.xz"
-MD5SUM="2f7ed45f58a401df51db7e0031a486aa"
+DOWNLOAD="https://gitlab.com/sebholt/qastools/-/archive/v0.23.0/qastools-v0.23.0.tar.gz"
+MD5SUM="4f96f820ec555f4a7e738164b6473fa9"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="qt5"