From f8d623b9fb4ccd3c6ec329bcff2fb8c9419681fb Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Mon, 15 Aug 2016 11:15:23 +0200 Subject: [PATCH] haproxy: update to 1.6.8. --- srcpkgs/haproxy/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/haproxy/template b/srcpkgs/haproxy/template index 1b03c0cbde..e527acb3c2 100644 --- a/srcpkgs/haproxy/template +++ b/srcpkgs/haproxy/template @@ -1,6 +1,6 @@ # Template file for 'haproxy' pkgname=haproxy -version=1.6.7 +version=1.6.8 revision=1 build_style=gnu-makefile make_build_args="TARGET=linux2628 USE_PCRE=1 USE_PCRE_JIT=1 USE_ZLIB=1 @@ -16,7 +16,7 @@ maintainer="Eivind Uggedal " license="GPL-2, LGPL-2.1" homepage="http://www.haproxy.org" distfiles="${homepage}/download/${version%.*}/src/${pkgname}-${version}.tar.gz" -checksum=583e0c0c3388c0597dea241601f3fedfe1d7ff8c735d471831be67315f58183a +checksum=a51b7bf667245369683f8aafb288c4e33cb55d36c4b4b836f1dfc9aa56bb095c do_build() { make ${makejobs} CC="$CC" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" EXTRA= \