diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/Mindustry/Mindustry.SlackBuild | 6 | ||||
-rw-r--r-- | games/Mindustry/Mindustry.info | 10 |
2 files changed, 8 insertions, 8 deletions
diff --git a/games/Mindustry/Mindustry.SlackBuild b/games/Mindustry/Mindustry.SlackBuild index 1b2f4fbe5450..37e77316d51a 100644 --- a/games/Mindustry/Mindustry.SlackBuild +++ b/games/Mindustry/Mindustry.SlackBuild @@ -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 diff --git a/games/Mindustry/Mindustry.info b/games/Mindustry/Mindustry.info index ab71ba5e9e01..f7349a288488 100644 --- a/games/Mindustry/Mindustry.info +++ b/games/Mindustry/Mindustry.info @@ -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" |