multimedia/mythplugins: Updated for version 0.24.

Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
This commit is contained in:
David Somero 2010-12-29 22:54:47 -06:00 committed by Robby Workman
parent a50a94409d
commit 28ddd1ed9a
2 changed files with 5 additions and 7 deletions

View file

@ -28,16 +28,14 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=mythplugins
VERSION=0.23.1
VERSION=0.24
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
# Automatically determine the architecture we're building on:
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
arm*) ARCH=arm ;;
# Unless $ARCH is already set, use uname -m for all other archs:
*) ARCH=$( uname -m ) ;;
esac
fi

View file

@ -1,10 +1,10 @@
PRGNAM="mythplugins"
VERSION="0.23.1"
VERSION="0.24"
HOMEPAGE="http://www.mythtv.org/"
DOWNLOAD="http://ftp.osuosl.org/pub/mythtv/mythplugins-0.23.1.tar.bz2"
MD5SUM="edd9c5f8a9ae0189b1c8951fa8282c4d"
DOWNLOAD="http://ftp.osuosl.org/pub/mythtv/mythplugins-0.24.tar.bz2"
MD5SUM="2bcb195a82475648040910d7afd054d1"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
MAINTAINER="David Somero"
EMAIL="dsomero@hotmail.com"
APPROVED="Erik Hanson"
APPROVED="rworkman"