diff options
author | Samuel Young <samyoung12788@gmail.com> | 2024-04-29 20:57:08 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2024-05-04 21:44:57 +0700 |
commit | ce52d7904c6511513a8a367700fe823ca497cb35 (patch) | |
tree | 1b8eccfa52a27ce1125c68b745903868483cc609 /games | |
parent | 7ba377e737b49bfee724dc30df0ee33d44fd0474 (diff) |
games/PrismLauncher: Updated for version 8.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/PrismLauncher/PrismLauncher.SlackBuild | 2 | ||||
-rw-r--r-- | games/PrismLauncher/PrismLauncher.info | 6 | ||||
-rw-r--r-- | games/PrismLauncher/README | 11 |
3 files changed, 12 insertions, 7 deletions
diff --git a/games/PrismLauncher/PrismLauncher.SlackBuild b/games/PrismLauncher/PrismLauncher.SlackBuild index 09a660bd7f16..4a4aabc11765 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.2} +VERSION=${VERSION:-8.3} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/games/PrismLauncher/PrismLauncher.info b/games/PrismLauncher/PrismLauncher.info index d68f250a4116..1505c79f5675 100644 --- a/games/PrismLauncher/PrismLauncher.info +++ b/games/PrismLauncher/PrismLauncher.info @@ -1,8 +1,8 @@ PRGNAM="PrismLauncher" -VERSION="8.2" +VERSION="8.3" HOMEPAGE="https://prismlauncher.org" -DOWNLOAD="https://github.com/PrismLauncher/PrismLauncher/releases/download/8.2/PrismLauncher-8.2.tar.gz" -MD5SUM="2455aec61b37898e21c3ea23498593c7" +DOWNLOAD="https://github.com/PrismLauncher/PrismLauncher/releases/download/8.3/PrismLauncher-8.3.tar.gz" +MD5SUM="6e3c44ebc64b2c2f6f9489185b021d57" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="OpenJDK17 scdoc" diff --git a/games/PrismLauncher/README b/games/PrismLauncher/README index 1c39a4cf14ce..9abac1f587cc 100644 --- a/games/PrismLauncher/README +++ b/games/PrismLauncher/README @@ -8,8 +8,13 @@ A Microsoft or Mojang account that owns Minecraft is required to download and play the game through PrismLauncher. zulu-openjdk17 can be used instead of OpenJDK17, if one wishes to do -so. If you plan on using a version of Minecraft that is on version -1.16.5 or older, you will also have to install either openjdk8 or -zulu-openjdk8. If you have multiple versions of Java installed on your +so. Other versions of Java may be needed to run different versions of +Minecraft. + +1.20.5 or newer: zulu-openjdk21 +1.17 to 1.20.4: OpenJDK17 or zulu-openjdk17 +1.16 or older: openjdk8 or zulu-openjdk8 + +If you have multiple versions of Java installed on your system, make sure that your JAVA_HOME environment variable is pointed to OpenJDK17 when building PrismLauncher. |