From 75a173d6b21ba809b253e62dd549c963d4b19ab2 Mon Sep 17 00:00:00 2001 From: B. Watson Date: Sat, 15 Oct 2016 14:24:41 -0400 Subject: games/mrrescue: Updated for version 1.02e. --- games/mrrescue/mrrescue.SlackBuild | 6 +++--- games/mrrescue/mrrescue.info | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) (limited to 'games/mrrescue') diff --git a/games/mrrescue/mrrescue.SlackBuild b/games/mrrescue/mrrescue.SlackBuild index b9854498f6..488bda4f29 100644 --- a/games/mrrescue/mrrescue.SlackBuild +++ b/games/mrrescue/mrrescue.SlackBuild @@ -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 diff --git a/games/mrrescue/mrrescue.info b/games/mrrescue/mrrescue.info index 4c3f011826..a1b94e5706 100644 --- a/games/mrrescue/mrrescue.info +++ b/games/mrrescue/mrrescue.info @@ -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" -- cgit v1.2.3