diff options
author | Yth - Arnaud <yth@ythogtha.org> | 2018-02-06 13:08:45 +0000 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2018-02-10 08:09:31 +0700 |
commit | 9709635804528c4cf92855e84968e8753b376c99 (patch) | |
tree | d9cfe1450452b6a591c4399bc66da5ff0155992a /network/thttpd | |
parent | 2fe028502e651707e21bbba1bbfffde17a6c212a (diff) |
network/thttpd: Updated for version 2.28.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'network/thttpd')
-rw-r--r-- | network/thttpd/thttpd.SlackBuild | 8 | ||||
-rw-r--r-- | network/thttpd/thttpd.info | 6 |
2 files changed, 7 insertions, 7 deletions
diff --git a/network/thttpd/thttpd.SlackBuild b/network/thttpd/thttpd.SlackBuild index 0f6974829b2f..a191a0a45348 100644 --- a/network/thttpd/thttpd.SlackBuild +++ b/network/thttpd/thttpd.SlackBuild @@ -25,13 +25,13 @@ # SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=thttpd -VERSION=${VERSION:-2.27} +VERSION=${VERSION:-2.28} 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 @@ -42,8 +42,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/network/thttpd/thttpd.info b/network/thttpd/thttpd.info index 282a7d8e0b97..98988b57229b 100644 --- a/network/thttpd/thttpd.info +++ b/network/thttpd/thttpd.info @@ -1,8 +1,8 @@ PRGNAM="thttpd" -VERSION="2.27" +VERSION="2.28" HOMEPAGE="http://acme.com/software/thttpd/" -DOWNLOAD="http://acme.com/software/thttpd/thttpd-2.27.tar.gz" -MD5SUM="96653072ad12ae2e372bb3b799f634c9" +DOWNLOAD="http://acme.com/software/thttpd/thttpd-2.28.tar.gz" +MD5SUM="f5747680740dfbf8fc73a4fd82c754bb" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="" |