diff options
author | Larry Hajali <larryhaja@gmail.com> | 2016-08-18 11:54:04 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-08-20 07:51:32 +0700 |
commit | a19086e8b741e1d539a59c1deff4fe0e578d4d6d (patch) | |
tree | 1a064fa4f3634f2491ccfad681f9d12533c838d3 /audio/eyeD3/eyeD3.SlackBuild | |
parent | a99f628b50ef448989bda4ac979807c64ab0bcc7 (diff) |
audio/eyeD3: Updated for version 0.7.9
Signed-off-by: Larry Hajali <larryhaja[at]gmail[dot]com>
Diffstat (limited to 'audio/eyeD3/eyeD3.SlackBuild')
-rw-r--r-- | audio/eyeD3/eyeD3.SlackBuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/audio/eyeD3/eyeD3.SlackBuild b/audio/eyeD3/eyeD3.SlackBuild index d4417a4f2d6d..0d6004bce12d 100644 --- a/audio/eyeD3/eyeD3.SlackBuild +++ b/audio/eyeD3/eyeD3.SlackBuild @@ -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 . \ |