games/mrrescue: Updated for version 1.02e.

This commit is contained in:
B. Watson 2016-10-15 14:24:41 -04:00 committed by Willy Sudiarto Raharjo
parent f94cbdebc3
commit 75a173d6b2
No known key found for this signature in database
GPG key ID: 887B8374D7333381
2 changed files with 6 additions and 6 deletions

View file

@ -7,7 +7,7 @@
# Licensed under the WTFPL. See http://www.wtfpl.net/txt/copying/ for details.
PRGNAM=mrrescue
VERSION=${VERSION:-1.02c}
VERSION=${VERSION:-1.02e}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@ -29,13 +29,13 @@ cd $PRGNAM-$VERSION
# the source is also the binary. we only need to extract
# any documentation (which boilds down to one file):
unzip $CWD/$PRGNAM-$VERSION.love LICENSE
unzip $CWD/$PRGNAM$VERSION.love LICENSE
# no find/chmod boilerplate, explicit permissions
mkdir -p $PKG/usr/games
echo '#!/usr/bin/env love' > $PKG/usr/games/$PRGNAM
cat $CWD/$PRGNAM-$VERSION.love >> $PKG/usr/games/$PRGNAM
cat $CWD/$PRGNAM$VERSION.love >> $PKG/usr/games/$PRGNAM
chmod 755 $PKG/usr/games/$PRGNAM
# icon is a piece of data/splash.png from the payload file, chopped up

View file

@ -1,8 +1,8 @@
PRGNAM="mrrescue"
VERSION="1.02c"
VERSION="1.02e"
HOMEPAGE="http://tangramgames.dk/games/mrrescue/"
DOWNLOAD="https://github.com/SimonLarsen/mrrescue/releases/download/v1.02c/mrrescue-1.02c.love"
MD5SUM="85897f04f2e9c3aaded74bf178aeab4c"
DOWNLOAD="https://github.com/SimonLarsen/mrrescue/releases/download/1.02e/mrrescue1.02e.love"
MD5SUM="08f236a0f296f70fafa67be2ef20e254"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="love"