diff options
author | B. Watson <yalhcru@gmail.com> | 2020-10-07 08:31:41 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-07 21:34:00 +0700 |
commit | cc2031ebf3dc224e603b1de42dc16de707aa24dc (patch) | |
tree | e4211134544aad21b4e4cba99fd644c32367a974 /games | |
parent | d270eadbb3afc4b7315112ffd97bb952093acc11 (diff) |
games/instead: Updated for version 3.3.2.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games')
-rw-r--r-- | games/instead/instead.SlackBuild | 4 | ||||
-rw-r--r-- | games/instead/instead.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/games/instead/instead.SlackBuild b/games/instead/instead.SlackBuild index 14772f2fc22b..60edb5e63093 100644 --- a/games/instead/instead.SlackBuild +++ b/games/instead/instead.SlackBuild @@ -4,7 +4,7 @@ # Written by Andrew Lobanov <spline @ rooker dot ru> PRGNAM=instead -VERSION=${VERSION:-3.3.0} +VERSION=${VERSION:-3.3.2} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} @@ -77,7 +77,7 @@ find $PKG/usr/man -type f -exec gzip -9 {} \; for i in $( find $PKG/usr/man -type l ) ; do ln -s $( readlink $i ).gz $i.gz ; rm $i ; done mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION -cp -a AUTHORS COPYING INSTALL README $PKG/usr/doc/$PRGNAM-$VERSION +cp -a AUTHORS COPYING INSTALL README.md $PKG/usr/doc/$PRGNAM-$VERSION cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild mkdir -p $PKG/install diff --git a/games/instead/instead.info b/games/instead/instead.info index 239d81771c5f..a32b86adce7d 100644 --- a/games/instead/instead.info +++ b/games/instead/instead.info @@ -1,8 +1,8 @@ PRGNAM="instead" -VERSION="3.3.0" +VERSION="3.3.2" HOMEPAGE="https://instead-hub.github.io/en/" -DOWNLOAD="https://github.com/instead-hub/instead/releases/download/3.3.0/instead_3.3.0.tar.gz" -MD5SUM="867bf07dd72cc186b8e15a5c40330e42" +DOWNLOAD="https://github.com/instead-hub/instead/releases/download/3.3.2/instead_3.3.2.tar.gz" +MD5SUM="c0d764e9766b6bd63e422e0c07bdc022" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="luajit SDL2_mixer SDL2_image SDL2_ttf" |