diff options
author | Dugan Chen <thedoogster [at] gmail [dot] com> | 2018-07-29 17:17:21 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-08-04 08:40:01 +0700 |
commit | 69e712c6e8cb94ece9641cdc9fd976ba20aa4932 (patch) | |
tree | 741cfb58683cdcc72e59fb2981402849e7667ce7 | |
parent | 13309045cfe50930ef95ee1f77f14f8d926ed54f (diff) | |
download | slackbuilds-69e712c6e8cb94ece9641cdc9fd976ba20aa4932.tar.gz |
games/innoextract: Updated for version 1.7.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
-rw-r--r-- | games/innoextract/README | 1 | ||||
-rw-r--r-- | games/innoextract/innoextract.SlackBuild | 8 | ||||
-rw-r--r-- | games/innoextract/innoextract.info | 6 |
3 files changed, 7 insertions, 8 deletions
diff --git a/games/innoextract/README b/games/innoextract/README index 7311965c9d..eaee18f0bf 100644 --- a/games/innoextract/README +++ b/games/innoextract/README @@ -12,4 +12,3 @@ A list of available options can be retrieved using: $ innoextract --help Documentation is also available as a manpage. - diff --git a/games/innoextract/innoextract.SlackBuild b/games/innoextract/innoextract.SlackBuild index d6dc13f328..115e82dc41 100644 --- a/games/innoextract/innoextract.SlackBuild +++ b/games/innoextract/innoextract.SlackBuild @@ -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" diff --git a/games/innoextract/innoextract.info b/games/innoextract/innoextract.info index be6644dabc..f1ae226320 100644 --- a/games/innoextract/innoextract.info +++ b/games/innoextract/innoextract.info @@ -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="" |