diff options
Diffstat (limited to 'main/haproxy/APKBUILD')
-rw-r--r-- | main/haproxy/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/main/haproxy/APKBUILD b/main/haproxy/APKBUILD index 9f8355de76..38c43b1c4b 100644 --- a/main/haproxy/APKBUILD +++ b/main/haproxy/APKBUILD @@ -1,8 +1,8 @@ # Contributor: Jeff Bilyk <jbilyk@gmail.com> # Maintainer: Michael Mason <ms13sp@gmail.com> pkgname=haproxy -pkgver=1.4.10 -pkgrel=1 +pkgver=1.4.11 +pkgrel=0 pkgdesc="A TCP/HTTP reverse proxy for high availability environments" url="http://haproxy.1wt.eu" arch="all" @@ -25,5 +25,5 @@ package() { install -m755 -D "$srcdir"/$pkgname.initd "$pkgdir"/etc/init.d/$pkgname } -md5sums="c35a7b7820d6da6c34cfd952805b4e85 haproxy-1.4.10.tar.gz +md5sums="4f0638652d7800860838dc195da335d8 haproxy-1.4.11.tar.gz cce88addaac6ee8065633b94c404300d haproxy.initd" |