diff options
author | Arn0 <yth@ythogtha.org> | 2023-06-22 09:33:41 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-06-22 23:19:13 +0700 |
commit | 690fc67e018950d1a6087e0fb5724d7bbc4fd193 (patch) | |
tree | 050559ee4d059b40b9887170e1b2c1ed7ea3ec57 | |
parent | 5a03b6defcf24658456f0d1e0aa86dd91aadd61b (diff) |
games/Mindustry: updated for version 145.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | games/Mindustry/Mindustry.SlackBuild | 6 | ||||
-rw-r--r-- | games/Mindustry/Mindustry.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/games/Mindustry/Mindustry.SlackBuild b/games/Mindustry/Mindustry.SlackBuild index a3b2c10852e94..1b2f4fbe5450c 100644 --- a/games/Mindustry/Mindustry.SlackBuild +++ b/games/Mindustry/Mindustry.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=Mindustry -VERSION=${VERSION:-144.3} +VERSION=${VERSION:-145.1} 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=144.3 desktop:dist +./gradlew --no-daemon dist -Pbuildversion=145.1 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=144.3 server:dist + ./gradlew --no-daemon dist -Pbuildversion=145.1 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 e1e52a60190a7..ab71ba5e9e011 100644 --- a/games/Mindustry/Mindustry.info +++ b/games/Mindustry/Mindustry.info @@ -1,8 +1,8 @@ PRGNAM="Mindustry" -VERSION="144.3" +VERSION="145.1" HOMEPAGE="https://mindustrygame.github.io/" -DOWNLOAD="https://github.com/Anuken/Mindustry/archive/v144.3/Mindustry-144.3.tar.gz" -MD5SUM="f5698ee6caedcd4983de1ac717ca753d" +DOWNLOAD="https://github.com/Anuken/Mindustry/archive/v145.1/Mindustry-145.1.tar.gz" +MD5SUM="226a827175c8bc5318eddc75b5c75a9e" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="zulu-openjdk17" |