mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-22 19:44:21 +01:00
network/haproxy: Updated for version 1.7.8.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
This commit is contained in:
parent
4a62986c4e
commit
ed10ad97f3
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for haproxy
|
||||
|
||||
# Copyright 2016 T3slider <t3slider@gmail.com>
|
||||
# Copyright 2017 T3slider <t3slider@gmail.com>
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=haproxy
|
||||
VERSION=${VERSION:-1.7.0}
|
||||
VERSION=${VERSION:-1.7.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="haproxy"
|
||||
VERSION="1.7.0"
|
||||
VERSION="1.7.8"
|
||||
HOMEPAGE="https://www.haproxy.org/"
|
||||
DOWNLOAD="https://www.haproxy.org/download/1.7/src/haproxy-1.7.0.tar.gz"
|
||||
MD5SUM="ab6e169aeb1b53364aacda80c904398a"
|
||||
DOWNLOAD="https://www.haproxy.org/download/1.7/src/haproxy-1.7.8.tar.gz"
|
||||
MD5SUM="7e94653cc5a1dba006bbe43736f53595"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES=""
|
||||
|
|
Loading…
Reference in a new issue