diff options
-rw-r--r-- | development/cgit/cgit.SlackBuild | 12 | ||||
-rw-r--r-- | development/cgit/cgit.info | 4 |
2 files changed, 8 insertions, 8 deletions
diff --git a/development/cgit/cgit.SlackBuild b/development/cgit/cgit.SlackBuild index a72842c9ef..49bca2536b 100644 --- a/development/cgit/cgit.SlackBuild +++ b/development/cgit/cgit.SlackBuild @@ -1,7 +1,7 @@ #!/bin/sh # Slackware build script for cgit -# Copyright 2013-2016 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy +# Copyright 2013-2017 Matteo Bernardini <ponce@slackbuilds.org>, Pisa, Italy # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,14 +23,14 @@ PRGNAM=cgit VERSION=${VERSION:-1.1} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} DOCROOT=${DOCROOT:-/var/www} if [ -z "$ARCH" ]; then case "$( uname -m )" in - i?86) ARCH=i486 ;; + i?86) ARCH=i586 ;; arm*) ARCH=arm ;; *) ARCH=$( uname -m ) ;; esac @@ -41,8 +41,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" @@ -56,7 +56,7 @@ else fi CGIT_VERSION=${CGIT_VERSION:-v1.1} -GIT_VERSION=${GIT_VERSION:-2.10.2} +GIT_VERSION=${GIT_VERSION:-2.10.4} DOCS="cgitrc.5.txt COPYING README $CWD/config/cgitrc.sample \ $CWD/config/cgit-lighttpd.conf $CWD/config/cgit-httpd.conf \ diff --git a/development/cgit/cgit.info b/development/cgit/cgit.info index 36995e8e1b..585d6696eb 100644 --- a/development/cgit/cgit.info +++ b/development/cgit/cgit.info @@ -2,9 +2,9 @@ PRGNAM="cgit" VERSION="1.1" HOMEPAGE="https://git.zx2c4.com/cgit/about/" DOWNLOAD="https://git.zx2c4.com/cgit/snapshot/cgit-1.1.tar.xz \ - https://www.kernel.org/pub/software/scm/git/git-2.10.2.tar.xz" + https://www.kernel.org/pub/software/scm/git/git-2.10.4.tar.xz" MD5SUM="7cc92b94e4aaefed952b0e6b8fde0a3e \ - 3cd1dca37be60668f482545716923b72" + c357c27316b18678ca1b3c383920bb5a" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |