From 576f6f5511794a54037d694cf74d7ba231602f1f Mon Sep 17 00:00:00 2001 From: Johannes Schoepfer Date: Tue, 27 Aug 2024 19:07:48 +0700 Subject: [PATCH] games/surgescript: Updated for version 0.6.1. Signed-off-by: Willy Sudiarto Raharjo --- games/surgescript/surgescript.SlackBuild | 5 +---- games/surgescript/surgescript.info | 6 +++--- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/games/surgescript/surgescript.SlackBuild b/games/surgescript/surgescript.SlackBuild index ef95f7d552..cba70d1028 100644 --- a/games/surgescript/surgescript.SlackBuild +++ b/games/surgescript/surgescript.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=surgescript -VERSION=${VERSION:-0.6.0} +VERSION=${VERSION:-0.6.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -88,9 +88,6 @@ cd build make install/strip DESTDIR=$PKG cd .. -#find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | grep ELF \ -# | cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true - mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION cp -a \ LICENSE *.md examples \ diff --git a/games/surgescript/surgescript.info b/games/surgescript/surgescript.info index 4427e05b63..d21aa0d9f7 100644 --- a/games/surgescript/surgescript.info +++ b/games/surgescript/surgescript.info @@ -1,8 +1,8 @@ PRGNAM="surgescript" -VERSION="0.6.0" +VERSION="0.6.1" HOMEPAGE="https://docs.opensurge2d.org/" -DOWNLOAD="https://github.com/alemart/surgescript/archive/v0.6.0/surgescript-0.6.0.tar.gz" -MD5SUM="a589e8821414d2d9204f4c57d9cb59b4" +DOWNLOAD="https://github.com/alemart/surgescript/archive/v0.6.1/surgescript-0.6.1.tar.gz" +MD5SUM="b5ae81748262fa8e0bd5250b183f99f3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES=""