mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-20 19:41:34 +01:00
games/PrismLauncher: Updated for version 9.0.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5efc9b47b0
commit
5565bb2d71
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue