diff options
author | Ruoh-Shoei LIN <56530472+LinRs@users.noreply.github.com> | 2024-07-06 12:23:53 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-07-07 10:41:53 +0700 |
commit | 291dd2fe2aea5fab974f043d2eccccf94b0ae932 (patch) | |
tree | 94ca3ed0c7c0e1c89cb51e9e6225f599e7dd0702 | |
parent | 2f60afd9ebf7db72c129d419582a8c29d12b5721 (diff) |
games/ppsspp: Updated for version 1.17.1.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | games/ppsspp/ppsspp.SlackBuild | 4 | ||||
-rw-r--r-- | games/ppsspp/ppsspp.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/ppsspp/ppsspp.SlackBuild b/games/ppsspp/ppsspp.SlackBuild index cda92afb6c49..9cd4b170533e 100644 --- a/games/ppsspp/ppsspp.SlackBuild +++ b/games/ppsspp/ppsspp.SlackBuild @@ -3,7 +3,7 @@ # Slackware build script for ppsspp # Copyright 2016 Hunter Sezen California, USA -# Copyright 2019-2023 Ruoh-Shoei LIN +# Copyright 2019-2024 Ruoh-Shoei LIN # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=ppsspp -VERSION=${VERSION:-1.15.4} +VERSION=${VERSION:-1.17.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/ppsspp/ppsspp.info b/games/ppsspp/ppsspp.info index d89daf705371..7dc79a094cd9 100644 --- a/games/ppsspp/ppsspp.info +++ b/games/ppsspp/ppsspp.info @@ -1,8 +1,8 @@ PRGNAM="ppsspp" -VERSION="1.15.4" +VERSION="1.17.1" HOMEPAGE="https://www.ppsspp.org/" -DOWNLOAD="https://github.com/hrydgard/ppsspp/releases/download/v1.15.4/ppsspp-1.15.4.tar.xz" -MD5SUM="4b30f39f0ecf8ec8c2af349e88c97c06" +DOWNLOAD="https://github.com/hrydgard/ppsspp/releases/download/v1.17.1/ppsspp-1.17.1.tar.xz" +MD5SUM="03adacd168891fe5c142f55ff5af7182" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |