mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/haproxy to 2.1.3-1
This commit is contained in:
parent
7492ba3da6
commit
3b366d7594
1 changed files with 4 additions and 4 deletions
|
@ -5,11 +5,11 @@
|
||||||
# - explicitly link v5/v6 with libatomic
|
# - explicitly link v5/v6 with libatomic
|
||||||
|
|
||||||
pkgname=haproxy
|
pkgname=haproxy
|
||||||
pkgver=2.1.2
|
pkgver=2.1.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
|
|
||||||
pkgdesc='Reliable, high performance TCP/HTTP load balancer'
|
pkgdesc='Reliable, high performance TCP/HTTP load balancer'
|
||||||
url='https://haproxy.org/'
|
url='https://www.haproxy.org/'
|
||||||
arch=('x86_64')
|
arch=('x86_64')
|
||||||
license=('GPL')
|
license=('GPL')
|
||||||
|
|
||||||
|
@ -19,12 +19,12 @@ backup=('etc/haproxy/haproxy.cfg')
|
||||||
|
|
||||||
install=haproxy.install
|
install=haproxy.install
|
||||||
|
|
||||||
source=(https://haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
|
source=(https://www.haproxy.org/download/${pkgver%.*}/src/haproxy-$pkgver.tar.gz
|
||||||
haproxy.cfg
|
haproxy.cfg
|
||||||
haproxy.sysusers
|
haproxy.sysusers
|
||||||
0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
|
0001-Use-CFLAGS-and-LDFLAGS-when-building-contrib.patch)
|
||||||
|
|
||||||
sha256sums=('6079b08a8905ade5a9a2835ead8963ee10a855d8508a85efb7181eea2d310b77'
|
sha256sums=('bb678e550374d0d9d9312885fb9d270b501dae9e3b336f0a4379c667dae00b59'
|
||||||
'e88edeb2fe23508565e46ff485c93cfb7c2e9c64f231538452ec7ecd7ec37a42'
|
'e88edeb2fe23508565e46ff485c93cfb7c2e9c64f231538452ec7ecd7ec37a42'
|
||||||
'b02b4088205039f0979aef0ef3e22957f493dd54eabefaee7011f2d795303b3e'
|
'b02b4088205039f0979aef0ef3e22957f493dd54eabefaee7011f2d795303b3e'
|
||||||
'ba489cec86ea7dae643128825d69fd560a53dd9dc85d0bf4e81f2614aade164e')
|
'ba489cec86ea7dae643128825d69fd560a53dd9dc85d0bf4e81f2614aade164e')
|
||||||
|
|
Loading…
Reference in a new issue