Browse Source
games/Mindustry: updated for version 145.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/202/head
Arn0
2 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
6 additions and
6 deletions
-
games/Mindustry/Mindustry.SlackBuild
-
games/Mindustry/Mindustry.info
|
|
@ -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 |
|
|
|
|
|
@ -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" |
|
|
|