mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
audio/qastools: Updated for version 0.23.0.
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
This commit is contained in:
parent
7e4a9c77cd
commit
02fdc45024
2 changed files with 9 additions and 9 deletions
|
@ -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 \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue