mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-14 21:56:41 +01:00
games/RetroArch: Updated for version 1.7.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
ac94cdf95e
commit
66ed8cdff9
2 changed files with 5 additions and 5 deletions
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=RetroArch
|
||||
VERSION=${VERSION:-1.7.1}
|
||||
VERSION=${VERSION:-1.7.2}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
@ -144,7 +144,7 @@ for filter in audio video; do
|
|||
;;
|
||||
esac
|
||||
make -C $DIR build=$RELEASE
|
||||
install -dm0755 $PKG/usr/lib${LIBDIRSUFFIX}/retroarch/filters/$filter
|
||||
mkdir -p $PKG/usr/lib${LIBDIRSUFFIX}/retroarch/filters/$filter
|
||||
for ext in $EXT so; do
|
||||
install -m0644 $DIR/*.$ext $PKG/usr/lib${LIBDIRSUFFIX}/retroarch/filters/$filter
|
||||
done
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="RetroArch"
|
||||
VERSION="1.7.1"
|
||||
VERSION="1.7.2"
|
||||
HOMEPAGE="https://www.libretro.com/"
|
||||
DOWNLOAD="http://ks392457.kimsufi.com/orbea/stuff/slackbuilds/src/RetroArch-1.7.1.tar.xz"
|
||||
MD5SUM="4bc02dd342c1254579319e49d911273c"
|
||||
DOWNLOAD="https://github.com/libretro/RetroArch/releases/download/v1.7.2/RetroArch-1.7.2.tar.xz"
|
||||
MD5SUM="a7405d10dca6e1fcd4265bb83be4548f"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue