mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
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:
parent
80021c7e2b
commit
47b56637be
2 changed files with 8 additions and 8 deletions
|
@ -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
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue