Commit 0b0bdaa0 authored by Ed Reel's avatar Ed Reel Committed by Kazushi (Jam) Marukawa

Update haproxy from 1.7.2 to 1.7.8

parent b6348a7a
...@@ -3,12 +3,12 @@ require 'package' ...@@ -3,12 +3,12 @@ require 'package'
class Haproxy < Package class Haproxy < Package
description 'The Reliable, High Performance TCP/HTTP Load Balancer.' description 'The Reliable, High Performance TCP/HTTP Load Balancer.'
homepage 'http://www.haproxy.org/' homepage 'http://www.haproxy.org/'
version '1.7.2' version '1.7.8'
source_url 'http://www.haproxy.org/download/1.7/src/haproxy-1.7.2.tar.gz' source_url 'http://www.haproxy.org/download/1.7/src/haproxy-1.7.8.tar.gz'
source_sha256 'f95b40f52a4d61feaae363c9b15bf411c16fe8f61fddb297c7afcca0072e4b2f' source_sha256 'ec90153ccedd20ad4015d3eaf76b502ff1f61b431d54c22b8457b5784a9ae142'
depends_on "openssl" depends_on 'openssl'
depends_on "pcre" depends_on 'pcre'
def self.build def self.build
system "make TARGET=linux26 USE_OPENSSL=1 USE_PCRE=1 USE_ZLIB=1" system "make TARGET=linux26 USE_OPENSSL=1 USE_PCRE=1 USE_ZLIB=1"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment