games/mgba: Fix MD5SUM.
This commit is contained in:
parent
4d2407c743
commit
011e0a788d
|
@ -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 . \
|
||||
|
|
|
@ -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=""
|
||||
|
|
Loading…
Reference in New Issue