Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 2 additions & 5 deletions games/ppsspp/ppsspp.SlackBuild
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
# Slackware build script for ppsspp

# Copyright 2016 Hunter Sezen California, USA
# Copyright 2019-2024 Ruoh-Shoei LIN
# Copyright 2019-2026 Ruoh-Shoei LIN
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
Expand All @@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)

PRGNAM=ppsspp
VERSION=${VERSION:-1.19.3}
VERSION=${VERSION:-1.20.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
Expand All @@ -39,9 +39,6 @@ if [ -z "$ARCH" ]; then
esac
fi

# If the variable PRINT_PACKAGE_NAME is set, then this script will report what
# the name of the created package would be, and then exit. This information
# could be useful to other scripts.
if [ ! -z "${PRINT_PACKAGE_NAME}" ]; then
echo "$PRGNAM-$VERSION-$ARCH-$BUILD$TAG.$PKGTYPE"
exit 0
Expand Down
6 changes: 3 additions & 3 deletions games/ppsspp/ppsspp.info
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PRGNAM="ppsspp"
VERSION="1.19.3"
VERSION="1.20.1"
HOMEPAGE="https://www.ppsspp.org/"
DOWNLOAD="https://github.com/hrydgard/ppsspp/releases/download/v1.19.3/ppsspp-1.19.3.tar.xz"
MD5SUM="43c9b90806ae234afab6039b3eaf2fba"
DOWNLOAD="https://github.com/hrydgard/ppsspp/releases/download/v1.20.1/ppsspp-1.20.1.tar.xz"
MD5SUM="9aae555620d23013ef00ad47709e4813"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
Expand Down