From 0a40f1a17f0406b12af8e2a5aae7b979880d975b Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Tue, 10 May 2016 17:46:30 +0200 Subject: [PATCH] haproxy: update to 1.6.5. --- srcpkgs/haproxy/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/haproxy/template b/srcpkgs/haproxy/template index ad141888990..708c6ab75f3 100644 --- a/srcpkgs/haproxy/template +++ b/srcpkgs/haproxy/template @@ -1,7 +1,7 @@ # Template file for 'haproxy' pkgname=haproxy -version=1.6.4 -revision=2 +version=1.6.5 +revision=1 build_style=gnu-makefile make_build_args="TARGET=linux2628 USE_PCRE=1 USE_PCRE_JIT=1 USE_ZLIB=1 USE_OPENSSL=1 USE_LIBCRYPT=1 USE_GETADDRINFO=1 USE_LUA=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=e5fa3c604f1fe9ecb6974ccda6705c105ebee14b3a913069fb08f00e860cd230 +checksum=c4b3fb938874abbbbd52782087117cc2590263af78fdce86d64e4a11acfe85de do_build() { make ${makejobs} CC="$CC" CFLAGS="${CFLAGS}" LDFLAGS="${LDFLAGS}" EXTRA= \