Varnish 3.0.3

Closes Homebrew/homebrew#14600.

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
master
Adam Anderson 2012-08-31 13:17:31 -04:00 committed by Adam Vandenberg
parent 11022a213e
commit b5a84ffabf
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ require 'formula'
class Varnish < Formula
homepage 'http://www.varnish-cache.org/'
url 'http://repo.varnish-cache.org/source/varnish-3.0.2.tar.gz'
sha1 '906f1536cb7e728d18d9425677907ae723943df7'
url 'http://repo.varnish-cache.org/source/varnish-3.0.3.tar.gz'
sha1 '6e1535caa30c3f61af00160c59d318e470cd6f57'
depends_on 'pkg-config' => :build
depends_on 'pcre'