audio/puddletag: Version bump to 2.2.0

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2023-06-06 19:04:15 -07:00 committed by Willy Sudiarto Raharjo
parent 4069177014
commit f4a437a953
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 6 additions and 9 deletions

View File

@ -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

View File

@ -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"