aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/avro-cpp.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/avro-cpp.rb b/Library/Formula/avro-cpp.rb
index 89d312943..34ae9eadc 100644
--- a/Library/Formula/avro-cpp.rb
+++ b/Library/Formula/avro-cpp.rb
@@ -2,8 +2,8 @@ require 'formula'
class AvroCpp < Formula
homepage 'http://avro.apache.org/'
- url 'http://www.apache.org/dyn/closer.cgi?path=avro/avro-1.7.5/cpp/avro-cpp-1.7.5.tar.gz'
- sha1 '8017abbbeb25e092afbffda5acf70df639662190'
+ url 'http://www.apache.org/dyn/closer.cgi?path=avro/avro-1.7.6/cpp/avro-cpp-1.7.6.tar.gz'
+ sha1 '6ef420797e14998d0889b1d6b34cd8d93480a332'
depends_on 'cmake' => :build
depends_on 'boost'