games/RetroArch: Updated for version 1.13.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
47b976d002
commit
da41f7e6d8
|
@ -30,7 +30,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=RetroArch
|
||||
VERSION=${VERSION:-1.12.0}
|
||||
VERSION=${VERSION:-1.13.0}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="RetroArch"
|
||||
VERSION="1.12.0"
|
||||
VERSION="1.13.0"
|
||||
HOMEPAGE="https://www.libretro.com/"
|
||||
DOWNLOAD="https://github.com/libretro/RetroArch/archive/v1.12.0/RetroArch-1.12.0.tar.gz"
|
||||
MD5SUM="05286ef5c16fc89533dc72be79e0a4f9"
|
||||
DOWNLOAD="https://github.com/libretro/RetroArch/archive/v1.13.0/RetroArch-1.13.0.tar.gz"
|
||||
MD5SUM="570e2e8a26a6fd4ca6608556675ad154"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in New Issue