libraries/mujs: Fixed download link.

Signed-off-by: Andreas Guldstrand <andreas.guldstrand@gmail.com>
This commit is contained in:
Andreas Guldstrand 2018-11-26 09:25:18 +01:00 committed by Willy Sudiarto Raharjo
parent 27807247ae
commit 15cd28772d
No known key found for this signature in database
GPG Key ID: 887B8374D7333381
2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -1,8 +1,8 @@
PRGNAM="mujs"
VERSION="1.0.5"
HOMEPAGE="https://mujs.com/"
DOWNLOAD="https://github.com/ccxvii/mujs/archive/1.0.5/mujs-1.0.5.tar.gz"
MD5SUM="0b0f06ee370001ef93c422b5cff08dd9"
DOWNLOAD="https://mujs.com/downloads/mujs-1.0.5.tar.xz"
MD5SUM="578f8be24a46449c6bcd36ad968d805d"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""