aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/varnish.rb7
1 files changed, 3 insertions, 4 deletions
diff --git a/Library/Formula/varnish.rb b/Library/Formula/varnish.rb
index 836fd8d1c..5eb481b10 100644
--- a/Library/Formula/varnish.rb
+++ b/Library/Formula/varnish.rb
@@ -1,15 +1,14 @@
require 'formula'
class Varnish < Formula
- url 'http://repo.varnish-cache.org/source/varnish-3.0.1.tar.gz'
homepage 'http://www.varnish-cache.org/'
-
- sha1 'f56457c8b7276ed954c5170dac17ba7abd144eb6'
+ url 'http://repo.varnish-cache.org/source/varnish-3.0.2.tar.gz'
+ sha1 '906f1536cb7e728d18d9425677907ae723943df7'
depends_on 'pkg-config' => :build
depends_on 'pcre'
- # Do not strip varnish binaries: Otherwise, the magic string end pointer isn't found.
+ # If stripped, the magic string end pointer isn't found.
skip_clean :all
def install