games/surgescript: Updated for version 0.6.1.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Johannes Schoepfer 2024-08-27 19:07:48 +07:00 committed by Willy Sudiarto Raharjo
parent 2b81647ae7
commit 576f6f5511
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 4 additions and 7 deletions

View file

@ -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 \

View file

@ -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=""