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/Mindustry/Mindustry.SlackBuild | |
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/Mindustry/Mindustry.SlackBuild')
-rw-r--r-- | games/Mindustry/Mindustry.SlackBuild | 6 |
1 files changed, 3 insertions, 3 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 |