diff options
author | Arn0 <yth@ythogtha.org> | 2023-09-13 10:49:55 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-09-17 00:10:27 +0700 |
commit | 47b56637bee186b726baa10ba0285ed0afe7f06c (patch) | |
tree | 45abf01480bb5af19ce7a42612fd39bf12b0df22 /games | |
parent | 80021c7e2b3bffa33081047c19dac17660389224 (diff) |
games/Mindustry: Updated for version 146.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
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" |