mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
games/RetroArch: Updated for version 1.19.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
dde0ba4bb3
commit
9dc6d4399f
2 changed files with 5 additions and 5 deletions
|
@ -3,7 +3,7 @@
|
|||
# Slackware build script for RetroArch
|
||||
|
||||
# Copyright 2016-2019 Hunter Sezen California, USA
|
||||
# Copyright 2020-2023 ilmich < ardutu at gmail dot com >
|
||||
# Copyright 2020-2024 ilmich < ardutu at gmail dot com >
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -30,7 +30,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=RetroArch
|
||||
VERSION=${VERSION:-1.15.0}
|
||||
VERSION=${VERSION:-1.19.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="RetroArch"
|
||||
VERSION="1.15.0"
|
||||
VERSION="1.19.1"
|
||||
HOMEPAGE="https://www.libretro.com/"
|
||||
DOWNLOAD="https://github.com/libretro/RetroArch/archive/v1.15.0/RetroArch-1.15.0.tar.gz"
|
||||
MD5SUM="a9d0986ab33200117266dcf6fb04a36e"
|
||||
DOWNLOAD="https://github.com/libretro/RetroArch/archive/v1.19.1/RetroArch-1.19.1.tar.gz"
|
||||
MD5SUM="d0f15c76b7905460686dce8ed51d58fe"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue