mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/haproxy to 2.1.5-1
This commit is contained in:
parent
97cde2f34a
commit
78990beb36
1 changed files with 3 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
|||
# - explicitly link v5/v6 with libatomic
|
||||
|
||||
pkgname=haproxy
|
||||
pkgver=2.1.4
|
||||
pkgver=2.1.5
|
||||
pkgrel=1
|
||||
|
||||
pkgdesc='Reliable, high performance TCP/HTTP load balancer'
|
||||
|
@ -14,6 +14,7 @@ arch=('x86_64')
|
|||
license=('GPL')
|
||||
|
||||
depends=('openssl' 'pcre' 'zlib' 'lua' 'systemd-libs')
|
||||
makedepends=('systemd')
|
||||
|
||||
backup=('etc/haproxy/haproxy.cfg')
|
||||
|
||||
|
@ -24,7 +25,7 @@ source=(https://www.haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
|
|||
haproxy.sysusers
|
||||
0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
|
||||
|
||||
sha256sums=('51030ff696d7067162b4d24d354044293aecfbb36d7acc2f840c8d928bfe91cd'
|
||||
sha256sums=('0305913e1fa38c67d141cb4543df0aa9cce81612ec8c009eda2265e892491a34'
|
||||
'e88edeb2fe23508565e46ff485c93cfb7c2e9c64f231538452ec7ecd7ec37a42'
|
||||
'b02b4088205039f0979aef0ef3e22957f493dd54eabefaee7011f2d795303b3e'
|
||||
'ba489cec86ea7dae643128825d69fd560a53dd9dc85d0bf4e81f2614aade164e')
|
||||
|
|
Loading…
Reference in a new issue