squid: update version to 3.1.7
This commit is contained in:
parent
eb49213c21
commit
0d2a9e0499
1 changed files with 2 additions and 2 deletions
|
@ -1,9 +1,9 @@
|
||||||
require 'formula'
|
require 'formula'
|
||||||
|
|
||||||
class Squid <Formula
|
class Squid <Formula
|
||||||
url 'http://www.squid-cache.org/Versions/v3/3.1/squid-3.1.3.tar.bz2'
|
url 'http://www.squid-cache.org/Versions/v3/3.1/squid-3.1.7.tar.bz2'
|
||||||
homepage 'http://www.squid-cache.org/'
|
homepage 'http://www.squid-cache.org/'
|
||||||
md5 '5b9ec56d38106826caf3888ab62bf865'
|
md5 '83e7aabc1b5bb5b7c83f6dc2f32ca418'
|
||||||
|
|
||||||
def install
|
def install
|
||||||
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
system "./configure", "--disable-debug", "--disable-dependency-tracking",
|
||||||
|
|
Loading…
Reference in a new issue