libraries/MyGUI: Use correct github URL.

Signed-off-by: B. Watson <yalhcru@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
B. Watson 2021-02-19 04:43:05 -05:00 committed by Willy Sudiarto Raharjo
parent f326fd9ae0
commit 56440fdb5f
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,7 +1,7 @@
PRGNAM="MyGUI"
VERSION="3.4.0"
HOMEPAGE="http://mygui.info"
DOWNLOAD="https://github.com/MyGUI/mygui/archive/MyGUI3.4.0.tar.gz"
DOWNLOAD="https://github.com/MyGUI/mygui/archive/MyGUI3.4.0/mygui-MyGUI3.4.0.tar.gz"
MD5SUM="30e64cdb3dc09a209259a5ffd13dc2ab"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""