diff options
author | Samuel Young <samyoung12788@gmail.com> | 2023-07-28 20:41:14 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-07-28 20:41:14 +0700 |
commit | 35bf3b262339fed9db2bec3c416c6845ee3d440a (patch) | |
tree | b1341eb2c3d51e678227005c24e822cde3fd520d /games | |
parent | e0aef4fa03ede1b7a348cbe58a123a14181c7d10 (diff) |
games/PrismLauncher: Updated for version 7.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/PrismLauncher/PrismLauncher.SlackBuild | 6 | ||||
-rw-r--r-- | games/PrismLauncher/PrismLauncher.info | 8 |
2 files changed, 7 insertions, 7 deletions
diff --git a/games/PrismLauncher/PrismLauncher.SlackBuild b/games/PrismLauncher/PrismLauncher.SlackBuild index 6501ce72d7d26..d75cc175e9369 100644 --- a/games/PrismLauncher/PrismLauncher.SlackBuild +++ b/games/PrismLauncher/PrismLauncher.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=PrismLauncher -VERSION=${VERSION:-7.1} +VERSION=${VERSION:-7.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -87,8 +87,8 @@ cd build -DENABLE_LTO=ON \ -DLauncher_QT_VERSION_MAJOR="5" \ -DCMAKE_BUILD_TYPE=Release .. - cmake --build $(pwd) - DESTDIR=$PKG cmake --install $(pwd) + cmake --build . + DESTDIR=$PKG cmake --install . cd .. find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ diff --git a/games/PrismLauncher/PrismLauncher.info b/games/PrismLauncher/PrismLauncher.info index e9562c43ba901..d39f68da1c637 100644 --- a/games/PrismLauncher/PrismLauncher.info +++ b/games/PrismLauncher/PrismLauncher.info @@ -1,10 +1,10 @@ PRGNAM="PrismLauncher" -VERSION="7.1" +VERSION="7.2" HOMEPAGE="https://prismlauncher.org" -DOWNLOAD="https://github.com/PrismLauncher/PrismLauncher/releases/download/7.1/PrismLauncher-7.1.tar.gz" -MD5SUM="cbd51a38a4635d2ea96fdc6c7ff8f89e" +DOWNLOAD="https://github.com/PrismLauncher/PrismLauncher/releases/download/7.2/PrismLauncher-7.2.tar.gz" +MD5SUM="57460d5e3506b2ab83b16808e1503268" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="OpenJDK17 scdoc" +REQUIRES="OpenJDK17" MAINTAINER="Samuel Young" EMAIL="samyoung12788@gmail.com" |