games/vitaquake2-libretro: Updated for version aed906ef.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
775b97e96e
commit
62902c4543
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for VitaQuake2-libretro
|
||||
|
||||
# Copyright Vasily Sora USA 2019
|
||||
# Copyright Vasily Sora USA 2019
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -25,7 +25,8 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=vitaquake2-libretro
|
||||
VERSION=${VERSION:-eaa758f}
|
||||
VERSION=${VERSION:-aed906ef}
|
||||
COMMITVER="aed906ef107eb684e18d8889c9bf383cc7b77b84"
|
||||
LIBNAM=${LIBNAM:-vitaquake2_libretro}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
@ -70,9 +71,9 @@ set -e
|
|||
rm -rf $PKG
|
||||
mkdir -p $TMP $PKG $OUTPUT
|
||||
cd $TMP
|
||||
rm -rf $PRGNAM-$VERSION
|
||||
tar xvf $CWD/$PRGNAM-$VERSION.tar.gz
|
||||
cd $PRGNAM-$VERSION
|
||||
rm -rf vitaquake2-$COMMITVER
|
||||
unzip $CWD/vitaquake2-$COMMITVER.zip
|
||||
cd vitaquake2-$COMMITVER
|
||||
chown -R root:root .
|
||||
find -L . \
|
||||
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="vitaquake2-libretro"
|
||||
VERSION="eaa758f"
|
||||
VERSION="aed906ef"
|
||||
HOMEPAGE="https://github.com/libretro/vitaquake2"
|
||||
DOWNLOAD="http://repo.khronosschoty.org/Slackware/stuff/vitaquake2-libretro/vitaquake2-libretro-eaa758f.tar.gz"
|
||||
MD5SUM="68e6fef6ed112230d288dc0f3a81eb46"
|
||||
DOWNLOAD="https://github.com/libretro/vitaquake2/archive/aed906ef107eb684e18d8889c9bf383cc7b77b84/vitaquake2-aed906ef107eb684e18d8889c9bf383cc7b77b84.zip"
|
||||
MD5SUM="fc3d348436ce0adcd517c6f671e68fa5"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="RetroArch"
|
||||
|
|
Loading…
Reference in New Issue