games/Mindustry: Updated for version 146.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Arn0 2023-09-13 10:49:55 +02:00 committed by Willy Sudiarto Raharjo
parent 80021c7e2b
commit 47b56637be
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 8 additions and 8 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=Mindustry
VERSION=${VERSION:-145.1}
VERSION=${VERSION:-146}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -74,7 +74,7 @@ find -L . \
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
./gradlew --no-daemon dist -Pbuildversion=145.1 desktop:dist
./gradlew --no-daemon dist -Pbuildversion=146 desktop:dist
mkdir -p $PKG/usr/share/{$PRGNAM,applications} \
$PKG/usr/games
@ -105,7 +105,7 @@ EOF
chmod 755 $PKG/usr/games/$PRGNAM
if [ "$SERVER" = "yes" ]; then
./gradlew --no-daemon dist -Pbuildversion=145.1 server:dist
./gradlew --no-daemon dist -Pbuildversion=146 server:dist
cp -a server/build/libs/server-release.jar \
$PKG/usr/share/$PRGNAM/$PRGNAM-server.jar
# Create destop entry

View file

@ -1,10 +1,10 @@
PRGNAM="Mindustry"
VERSION="145.1"
VERSION="146"
HOMEPAGE="https://mindustrygame.github.io/"
DOWNLOAD="https://github.com/Anuken/Mindustry/archive/v145.1/Mindustry-145.1.tar.gz"
MD5SUM="226a827175c8bc5318eddc75b5c75a9e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
DOWNLOAD="UNSUPPORTED"
MD5SUM=""
DOWNLOAD_x86_64="https://github.com/Anuken/Mindustry/archive/v146/Mindustry-146.tar.gz"
MD5SUM_x86_64="9da9f917ec9057d9e3b38134f3897478"
REQUIRES="zulu-openjdk17"
MAINTAINER="Yth - Arnaud"
EMAIL="yth@ythogtha.org"