aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/varnish.rb4
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'