mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-06 08:26:50 +01:00
network/haproxy: Updated for version 2.5.3.
Signed-off-by: Dave Woodfall <dave@slackbuilds.org> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
8831dc6aa3
commit
0c5f8a283d
2 changed files with 5 additions and 5 deletions
|
@ -25,7 +25,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=haproxy
|
||||
VERSION=${VERSION:-1.8.13}
|
||||
VERSION=${VERSION:-2.5.3}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
@ -66,7 +66,7 @@ fi
|
|||
|
||||
# This should work with Slackware-provided kernels, but you may wish to
|
||||
# use 'generic' instead
|
||||
TARGET=${TARGET:-linux2628}
|
||||
TARGET=${TARGET:-linux-glibc}
|
||||
|
||||
# Include lua support? (Requires lua53)
|
||||
LUA=${LUA:-no}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="haproxy"
|
||||
VERSION="1.8.13"
|
||||
VERSION="2.5.3"
|
||||
HOMEPAGE="https://www.haproxy.org/"
|
||||
DOWNLOAD="https://www.haproxy.org/download/1.8/src/haproxy-1.8.13.tar.gz"
|
||||
MD5SUM="bf0b437bad78f5824d7e26ae0c81fee4"
|
||||
DOWNLOAD="http://www.haproxy.org/download/2.5/src/haproxy-2.5.3.tar.gz"
|
||||
MD5SUM="947a65fefe192239d92cb45dc93a34d7"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue