games/innoextract: Updated for version 1.7.

Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
Dugan Chen 2018-07-29 17:17:21 +01:00 committed by Willy Sudiarto Raharjo
parent 13309045cf
commit 69e712c6e8
No known key found for this signature in database
GPG key ID: 887B8374D7333381
3 changed files with 7 additions and 8 deletions

View file

@ -12,4 +12,3 @@ A list of available options can be retrieved using:
$ innoextract --help
Documentation is also available as a manpage.

View file

@ -23,13 +23,13 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=innoextract
VERSION=${VERSION:-1.6}
VERSION=${VERSION:-1.7}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
if [ -z "$ARCH" ]; then
case "$( uname -m )" in
i?86) ARCH=i486 ;;
i?86) ARCH=i586 ;;
arm*) ARCH=arm ;;
*) ARCH=$( uname -m ) ;;
esac
@ -40,8 +40,8 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i486" ]; then
SLKCFLAGS="-O2 -march=i486 -mtune=i686"
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"

View file

@ -1,8 +1,8 @@
PRGNAM="innoextract"
VERSION="1.6"
VERSION="1.7"
HOMEPAGE="http://constexpr.org/innoextract/"
DOWNLOAD="http://constexpr.org/innoextract/files/innoextract-1.6.tar.gz"
MD5SUM="17611d58ed51b8511639e5965c1585c5"
DOWNLOAD="http://constexpr.org/innoextract/files/innoextract-1.7.tar.gz"
MD5SUM="4c6fb595d42c7e411aae992472888be6"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""