diff options
author | Samuel Young <samyoung12788@gmail.com> | 2024-10-25 09:48:31 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-10-25 10:21:32 +0700 |
commit | 5565bb2d714f57aea850ed9fd9de9d673fc54ad1 (patch) | |
tree | aa9b0a6ffe88866d6cb42ef22b61c5f2b26c20f9 | |
parent | 5efc9b47b01ff50556eba3b7aec9e787059a2c5f (diff) |
games/PrismLauncher: Updated for version 9.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | games/PrismLauncher/PrismLauncher.SlackBuild | 2 | ||||
-rw-r--r-- | games/PrismLauncher/PrismLauncher.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/games/PrismLauncher/PrismLauncher.SlackBuild b/games/PrismLauncher/PrismLauncher.SlackBuild index 140dd5421b8c..2b09eb7a676d 100644 --- a/games/PrismLauncher/PrismLauncher.SlackBuild +++ b/games/PrismLauncher/PrismLauncher.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=PrismLauncher -VERSION=${VERSION:-8.4} +VERSION=${VERSION:-9.0} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/PrismLauncher/PrismLauncher.info b/games/PrismLauncher/PrismLauncher.info index 62c0aac59083..93b2ece7ef6f 100644 --- a/games/PrismLauncher/PrismLauncher.info +++ b/games/PrismLauncher/PrismLauncher.info @@ -1,8 +1,8 @@ PRGNAM="PrismLauncher" -VERSION="8.4" +VERSION="9.0" HOMEPAGE="https://prismlauncher.org" -DOWNLOAD="https://github.com/PrismLauncher/PrismLauncher/releases/download/8.4/PrismLauncher-8.4.tar.gz" -MD5SUM="1595e47c0303df7c8af482582fb9bc3a" +DOWNLOAD="https://github.com/PrismLauncher/PrismLauncher/releases/download/9.0/PrismLauncher-9.0.tar.gz" +MD5SUM="184b1ec6a9de0a26e24d7d1ca7501f0c" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="OpenJDK17 scdoc" |