mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
audio/eyeD3: Updated for version 0.7.9
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
This commit is contained in:
parent
a99f628b50
commit
a19086e8b7
2 changed files with 9 additions and 8 deletions
|
@ -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 . \
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue