audio/puddletag: Updated for version 1.0.2.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Bill Kirkpatrick 2014-01-11 12:29:07 +07:00 committed by Erik Hanson
parent 18f7320a85
commit fd73b2e190
2 changed files with 5 additions and 5 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for puddletag
# Copyright 2012 Bill Kirkpatrick, Cedar Lane, TX USA <bkirkp@gmail.com>
# Copyright 2012-2014 Bill Kirkpatrick, Cedar Lane, TX USA <bkirkp@gmail.com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=puddletag
VERSION=${VERSION:-1.0.1}
VERSION=${VERSION:-1.0.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}

View file

@ -1,8 +1,8 @@
PRGNAM="puddletag"
VERSION="1.0.1"
VERSION="1.0.2"
HOMEPAGE="http://puddletag.sourceforge.net/"
DOWNLOAD="http://downloads.sourceforge.net/puddletag/puddletag-1.0.1.tar.gz"
MD5SUM="bf04676b94b625b5df854e45f6755d7e"
DOWNLOAD="http://downloads.sourceforge.net/puddletag/puddletag-1.0.2.tar.gz"
MD5SUM="13e78e99a686e65820159bc4e8e81ba7"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="configobj mutagen pyparsing"