[arch-commits] Commit in haproxy/trunk (PKGBUILD)

Johannes Löthberg demize at archlinux.org
Tue May 10 17:27:42 UTC 2016


    Date: Tuesday, May 10, 2016 @ 19:27:42
  Author: demize
Revision: 174585

upgpkg: haproxy 1.6.5-1

Modified:
  haproxy/trunk/PKGBUILD

----------+
 PKGBUILD |   14 ++++++++++----
 1 file changed, 10 insertions(+), 4 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2016-05-10 17:01:38 UTC (rev 174584)
+++ PKGBUILD	2016-05-10 17:27:42 UTC (rev 174585)
@@ -3,18 +3,24 @@
 # Contributor:  Bartłomiej Piotrowski <bpiotrowski at archlinux.org>
 
 pkgname=haproxy
-pkgver=1.6.4
-pkgrel=2
+pkgver=1.6.5
+pkgrel=1
+
 pkgdesc='Reliable, high performance TCP/HTTP load balancer'
+url='http://haproxy.org/'
 arch=('i686' 'x86_64')
-url='http://haproxy.org/'
 license=('GPL')
+
 depends=('openssl' 'pcre' 'zlib' 'lua')
+
 backup=('etc/haproxy/haproxy.cfg')
+
 install=haproxy.install
+
 source=(http://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
         haproxy.cfg)
-md5sums=('ee107312ef58432859ee12bf048025ab'
+
+md5sums=('5290f278c04e682e42ab71fed26fc082'
          '02241a8ca257d12f7eb131e2d7da3f3b')
 
 prepare() {



More information about the arch-commits mailing list