Browse Source
games/PrismLauncher: Updated for version 8.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/223/head
Samuel Young
1 year ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
3 changed files with
12 additions and
7 deletions
-
games/PrismLauncher/PrismLauncher.SlackBuild
-
games/PrismLauncher/PrismLauncher.info
-
games/PrismLauncher/README
|
|
@ -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} |
|
|
|
|
|
@ -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" |
|
|
|
|
|
@ -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. |