diff options
| author | Christoffer Eide | 2013-12-22 12:02:52 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2013-12-22 11:31:18 +0000 |
| commit | bd0965b005bb824f7d2f00edd4e09ee0e932ad8b (patch) | |
| tree | 1fffa221644e266332b8c45afb71e724e8e5bdfd /Library/Formula/varnish.rb | |
| parent | da659a337292c0f3b5cbb5218c551b3a0bdb3969 (diff) | |
| download | homebrew-bd0965b005bb824f7d2f00edd4e09ee0e932ad8b.tar.bz2 | |
varnish 3.0.5
Closes #25399.
Signed-off-by: Mike McQuaid <mike@mikemcquaid.com>
Diffstat (limited to 'Library/Formula/varnish.rb')
| -rw-r--r-- | Library/Formula/varnish.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/varnish.rb b/Library/Formula/varnish.rb index 2815ec995..5629ad3ee 100644 --- a/Library/Formula/varnish.rb +++ b/Library/Formula/varnish.rb @@ -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.4.tar.gz' - sha1 '6ac72f0bcaf92c9716d6fd8cc790c8f3333c4cb7' + url 'http://repo.varnish-cache.org/source/varnish-3.0.5.tar.gz' + sha1 '2f3eae44cc44d263fe9513b856f49707a64cc840' depends_on 'pkg-config' => :build depends_on 'pcre' |
