diff options
author | Jeff Bilyk <jbilyk@gmail.com> | 2011-03-01 21:45:01 +0000 |
---|---|---|
committer | William Pitcock <nenolod@dereferenced.org> | 2011-03-01 21:58:20 -0600 |
commit | 88c77025827520715e351144f8fd3e2249453720 (patch) | |
tree | ca9a7b4a8f0a3e6f84da013c30747a10536d1892 /main/haproxy | |
parent | 7d4cb2c3aeef2c99fb4f2fe8e1d7c9ff459d0028 (diff) | |
download | aports-88c77025827520715e351144f8fd3e2249453720.tar.bz2 aports-88c77025827520715e351144f8fd3e2249453720.tar.xz |
main/haproxy: bump to 1.4.11
bump to 1.4.11
Diffstat (limited to 'main/haproxy')
-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" |