mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-21 19:42:24 +01:00
games/RetroArch: Updated for version 1.11.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
3909e8fd94
commit
ee7ed67e96
2 changed files with 4 additions and 4 deletions
|
@ -30,7 +30,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=RetroArch
|
||||
VERSION=${VERSION:-1.10.3}
|
||||
VERSION=${VERSION:-1.11.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="RetroArch"
|
||||
VERSION="1.10.3"
|
||||
VERSION="1.11.1"
|
||||
HOMEPAGE="https://www.libretro.com/"
|
||||
DOWNLOAD="https://github.com/libretro/RetroArch/archive/v1.10.3/RetroArch-1.10.3.tar.gz"
|
||||
MD5SUM="176eb74b9cdf7e6e8ac4cb481c28dc79"
|
||||
DOWNLOAD="https://github.com/libretro/RetroArch/archive/v1.11.1/RetroArch-1.11.1.tar.gz"
|
||||
MD5SUM="d18fc69727ca78f92dad1ba652e5fa57"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue