diff options
author | Ruoh-Shoei LIN <56530472+LinRs@users.noreply.github.com> | 2023-07-10 08:58:25 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-10 18:04:16 +0700 |
commit | 46f805090ef9cc7b0b4e20e14b478400b1f21f23 (patch) | |
tree | f179e33fca20f00ffedcf51f7debc0a6f1543515 /games/ppsspp | |
parent | 660c9a4ebb060a8434baf542760e3160951b9824 (diff) |
games/ppsspp: Updated for version 1.15.4.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/ppsspp')
-rw-r--r-- | games/ppsspp/ppsspp.SlackBuild | 6 | ||||
-rw-r--r-- | games/ppsspp/ppsspp.info | 6 |
2 files changed, 5 insertions, 7 deletions
diff --git a/games/ppsspp/ppsspp.SlackBuild b/games/ppsspp/ppsspp.SlackBuild index cc9c91db7f3dc..cda92afb6c493 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.14.4} +VERSION=${VERSION:-1.15.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -87,9 +87,7 @@ sed -i -e '/include(ccache)/d' CMakeLists.txt # set git-version sed -i "s/unknown/${VERSION}/" git-version.cmake -QT=${QT:-OFF} - -if [ "${QT,,}" = ON ]; then +if [ "${QT:-OFF}" = "ON" ]; then cmake -B build-qt \ -DCMAKE_C_FLAGS:STRING="$SLKCFLAGS" \ -DCMAKE_CXX_FLAGS:STRING="$SLKCFLAGS" \ diff --git a/games/ppsspp/ppsspp.info b/games/ppsspp/ppsspp.info index 148282f574976..d89daf705371c 100644 --- a/games/ppsspp/ppsspp.info +++ b/games/ppsspp/ppsspp.info @@ -1,8 +1,8 @@ PRGNAM="ppsspp" -VERSION="1.14.4" +VERSION="1.15.4" HOMEPAGE="https://www.ppsspp.org/" -DOWNLOAD="https://github.com/hrydgard/ppsspp/releases/download/v1.14.4/ppsspp-1.14.4.tar.xz" -MD5SUM="ea4fa6919f27ad0b3495b460aaf51449" +DOWNLOAD="https://github.com/hrydgard/ppsspp/releases/download/v1.15.4/ppsspp-1.15.4.tar.xz" +MD5SUM="4b30f39f0ecf8ec8c2af349e88c97c06" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |