diff options
-rw-r--r-- | games/ppsspp/ppsspp.SlackBuild | 2 | ||||
-rw-r--r-- | games/ppsspp/ppsspp.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/ppsspp/ppsspp.SlackBuild b/games/ppsspp/ppsspp.SlackBuild index 9cc068ffc0..1c3afabfb4 100644 --- a/games/ppsspp/ppsspp.SlackBuild +++ b/games/ppsspp/ppsspp.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ppsspp -VERSION=${VERSION:-1.18.1} +VERSION=${VERSION:-1.19.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/ppsspp/ppsspp.info b/games/ppsspp/ppsspp.info index 8bd15a0473..ea2039b8b0 100644 --- a/games/ppsspp/ppsspp.info +++ b/games/ppsspp/ppsspp.info @@ -1,8 +1,8 @@ PRGNAM="ppsspp" -VERSION="1.18.1" +VERSION="1.19.1" HOMEPAGE="https://www.ppsspp.org/" -DOWNLOAD="https://github.com/hrydgard/ppsspp/releases/download/v1.18.1/ppsspp-1.18.1.tar.xz" -MD5SUM="2fef8f022c170814aa78f3e9b4a00b94" +DOWNLOAD="https://github.com/hrydgard/ppsspp/releases/download/v1.19.1/ppsspp-1.19.1.tar.xz" +MD5SUM="484eaaf30bfe5d973522f21e5505076c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |