audio/puddletag: Version bump to 2.2.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
4069177014
commit
f4a437a953
|
@ -4,7 +4,7 @@
|
|||
|
||||
# Copyright 2012-2014 Bill Kirkpatrick, Cedar Lane, TX USA <bkirkp@gmail.com>
|
||||
# Copyright 2016-2017 Philip van der Hoeven, Almere, The Netherlands
|
||||
# Copyright 2020-2022 Jeremy Hansen <jebrhansen+SBo -at- gmail.com>
|
||||
# Copyright 2020-2023 Jeremy Hansen <jebrhansen+SBo -at- gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -27,7 +27,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=puddletag
|
||||
VERSION=${VERSION:-2.1.1}
|
||||
VERSION=${VERSION:-2.2.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -40,9 +40,6 @@ if [ -z "$ARCH" ]; then
|
|||
esac
|
||||
fi
|
||||
|
||||
# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
|
||||
# the name of the created package would be, and then exit. This information
|
||||
# could be useful to other scripts.
|
||||
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
|
||||
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
|
||||
exit 0
|
||||
|
@ -97,7 +94,7 @@ for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; r
|
|||
|
||||
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cp -a \
|
||||
LICENSE MANIFEST NEWS README.md THANKS TODO changelog copyright \
|
||||
LICENSE NEWS README.md THANKS TODO changelog copyright \
|
||||
$PKG/usr/doc/$PRGNAM-$VERSION
|
||||
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="puddletag"
|
||||
VERSION="2.1.1"
|
||||
VERSION="2.2.0"
|
||||
HOMEPAGE="http://docs.puddletag.net"
|
||||
DOWNLOAD="https://github.com/puddletag/puddletag/archive/2.1.1/puddletag-2.1.1.tar.gz"
|
||||
MD5SUM="4399fd5b43db7ddb5f1fb60b50d418dd"
|
||||
DOWNLOAD="https://github.com/puddletag/puddletag/archive/2.2.0/puddletag-2.2.0.tar.gz"
|
||||
MD5SUM="a4dab9b990bb1faa79827c3940e586f1"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="configobj mutagen"
|
||||
|
|
Loading…
Reference in New Issue