games/mgba: Fix MD5SUM.

This commit is contained in:
B. Watson 2015-10-27 16:37:46 -04:00 committed by Willy Sudiarto Raharjo
parent 4d2407c743
commit 011e0a788d
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ rm -rf $PKG
mkdir -p $TMP $PKG $OUTPUT
cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$VERSION.tar.gz
tar xvf $CWD/$VERSION.tar.gz || tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
cd $PRGNAM-$VERSION
chown -R root:root .
find -L . \

View File

@ -2,7 +2,7 @@ PRGNAM="mgba"
VERSION="0.3.0"
HOMEPAGE="https://endrift.com/mgba/"
DOWNLOAD="https://github.com/mgba-emu/mgba/archive/0.3.0.tar.gz"
MD5SUM="f190c26545cf636633643603a1997002"
MD5SUM="56caa5bf92d8549cb64b9e490d62bd42"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""