diff options
author | Jeremy Hansen <jebrhansen+github@gmail.com> | 2023-06-06 19:04:15 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-10 09:22:05 +0700 |
commit | f4a437a953cd76fa1b0ed0e65661d91435398dbf (patch) | |
tree | bc3679a58440524b8a49dcb7b6ae3557b93d5835 /audio | |
parent | 4069177014bb0ec956d8101b95e81afe16da6076 (diff) |
audio/puddletag: Version bump to 2.2.0
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/puddletag/puddletag.SlackBuild | 9 | ||||
-rw-r--r-- | audio/puddletag/puddletag.info | 6 |
2 files changed, 6 insertions, 9 deletions
diff --git a/audio/puddletag/puddletag.SlackBuild b/audio/puddletag/puddletag.SlackBuild index c5a36fe477e46..0228c2bae72be 100644 --- a/audio/puddletag/puddletag.SlackBuild +++ b/audio/puddletag/puddletag.SlackBuild @@ -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 diff --git a/audio/puddletag/puddletag.info b/audio/puddletag/puddletag.info index 97b6c9feaf0f9..d13577fdba78c 100644 --- a/audio/puddletag/puddletag.info +++ b/audio/puddletag/puddletag.info @@ -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" |