mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
games/Mindustry: updated for version 145.1
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
5a03b6defc
commit
690fc67e01
2 changed files with 6 additions and 6 deletions
|
@ -25,7 +25,7 @@
|
||||||
cd $(dirname $0) ; CWD=$(pwd)
|
cd $(dirname $0) ; CWD=$(pwd)
|
||||||
|
|
||||||
PRGNAM=Mindustry
|
PRGNAM=Mindustry
|
||||||
VERSION=${VERSION:-144.3}
|
VERSION=${VERSION:-145.1}
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
|
@ -74,7 +74,7 @@ find -L . \
|
||||||
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
\( -perm 666 -o -perm 664 -o -perm 640 -o -perm 600 -o -perm 444 \
|
||||||
-o -perm 440 -o -perm 400 \) -exec chmod 644 {} \;
|
-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} \
|
mkdir -p $PKG/usr/share/{$PRGNAM,applications} \
|
||||||
$PKG/usr/games
|
$PKG/usr/games
|
||||||
|
@ -105,7 +105,7 @@ EOF
|
||||||
chmod 755 $PKG/usr/games/$PRGNAM
|
chmod 755 $PKG/usr/games/$PRGNAM
|
||||||
|
|
||||||
if [ "$SERVER" = "yes" ]; then
|
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 \
|
cp -a server/build/libs/server-release.jar \
|
||||||
$PKG/usr/share/$PRGNAM/$PRGNAM-server.jar
|
$PKG/usr/share/$PRGNAM/$PRGNAM-server.jar
|
||||||
# Create destop entry
|
# Create destop entry
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
PRGNAM="Mindustry"
|
PRGNAM="Mindustry"
|
||||||
VERSION="144.3"
|
VERSION="145.1"
|
||||||
HOMEPAGE="https://mindustrygame.github.io/"
|
HOMEPAGE="https://mindustrygame.github.io/"
|
||||||
DOWNLOAD="https://github.com/Anuken/Mindustry/archive/v144.3/Mindustry-144.3.tar.gz"
|
DOWNLOAD="https://github.com/Anuken/Mindustry/archive/v145.1/Mindustry-145.1.tar.gz"
|
||||||
MD5SUM="f5698ee6caedcd4983de1ac717ca753d"
|
MD5SUM="226a827175c8bc5318eddc75b5c75a9e"
|
||||||
DOWNLOAD_x86_64=""
|
DOWNLOAD_x86_64=""
|
||||||
MD5SUM_x86_64=""
|
MD5SUM_x86_64=""
|
||||||
REQUIRES="zulu-openjdk17"
|
REQUIRES="zulu-openjdk17"
|
||||||
|
|
Loading…
Reference in a new issue