audio/eyeD3: Updated for version 0.7.9

Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
This commit is contained in:
Larry Hajali 2016-08-18 11:54:04 -07:00 committed by Willy Sudiarto Raharjo
parent a99f628b50
commit a19086e8b7
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 9 additions and 8 deletions

View file

@ -4,6 +4,7 @@
# Copyright 2007 Andrew Lindberg <alindberg@gmail.com>
# Copyright 2015 Andrew Strong, Blue Mountains Australia.
# Copyright 2016 Larry Hajali <larryhaja[at]gmail[dot]com>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -28,7 +29,7 @@
# Modified by new maintainer: Andrew Strong
PRGNAM=eyeD3
VERSION=${VERSION:-0.7.5}
VERSION=${VERSION:-0.7.9}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -51,7 +52,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-$VERSION.tgz
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View file

@ -1,10 +1,10 @@
PRGNAM="eyeD3"
VERSION="0.7.5"
VERSION="0.7.9"
HOMEPAGE="http://eyed3.nicfit.net/"
DOWNLOAD="http://eyed3.nicfit.net/releases/eyeD3-0.7.5.tgz"
MD5SUM="b8fe9582ffce1dd10bbe1babe47f8cc4"
DOWNLOAD="http://eyed3.nicfit.net/releases/eyeD3-0.7.9.tar.gz"
MD5SUM="7fdf97f971033207355b5d550414ea75"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python-magic"
MAINTAINER="Andrew Strong"
EMAIL="andrew.david.strong@gmail.com"
REQUIRES=""
MAINTAINER="Larry Hajali"
EMAIL="larryhaja[at]gmail[dot]com"