diff options
-rw-r--r-- | games/PrismLauncher/PrismLauncher.SlackBuild | 4 | ||||
-rw-r--r-- | games/PrismLauncher/PrismLauncher.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/PrismLauncher/PrismLauncher.SlackBuild b/games/PrismLauncher/PrismLauncher.SlackBuild index 2b09eb7a67..8a7183f87d 100644 --- a/games/PrismLauncher/PrismLauncher.SlackBuild +++ b/games/PrismLauncher/PrismLauncher.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for PrismLauncher -# Copyright 2023-2024 Samuel Young, MO, USA +# Copyright 2023-2025 Samuel Young, MO, USA # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=PrismLauncher -VERSION=${VERSION:-9.0} +VERSION=${VERSION:-9.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/PrismLauncher/PrismLauncher.info b/games/PrismLauncher/PrismLauncher.info index 93b2ece7ef..34f654254d 100644 --- a/games/PrismLauncher/PrismLauncher.info +++ b/games/PrismLauncher/PrismLauncher.info @@ -1,8 +1,8 @@ PRGNAM="PrismLauncher" -VERSION="9.0" +VERSION="9.2" HOMEPAGE="https://prismlauncher.org" -DOWNLOAD="https://github.com/PrismLauncher/PrismLauncher/releases/download/9.0/PrismLauncher-9.0.tar.gz" -MD5SUM="184b1ec6a9de0a26e24d7d1ca7501f0c" +DOWNLOAD="https://github.com/PrismLauncher/PrismLauncher/releases/download/9.2/PrismLauncher-9.2.tar.gz" +MD5SUM="29445f84eefa081c1a7739b9e49c97d1" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="OpenJDK17 scdoc" |