aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Library/Formula/avro-c.rb4
-rw-r--r--Library/Formula/avro-cpp.rb4
2 files changed, 4 insertions, 4 deletions
diff --git a/Library/Formula/avro-c.rb b/Library/Formula/avro-c.rb
index c12f7fd36..fd93b8292 100644
--- a/Library/Formula/avro-c.rb
+++ b/Library/Formula/avro-c.rb
@@ -2,8 +2,8 @@ require 'formula'
class AvroC < Formula
homepage 'http://avro.apache.org/'
- url 'http://www.apache.org/dyn/closer.cgi?path=avro/avro-1.7.4/c/avro-c-1.7.4.tar.gz'
- sha1 '1bd4c2fde2c9291bb50e05679f3e3e48c9c9eefa'
+ url 'http://www.apache.org/dyn/closer.cgi?path=avro/avro-1.7.5/c/avro-c-1.7.5.tar.gz'
+ sha1 '49859a3310073e579356690fed7d165aca33ec7d'
# probably should be an optional dep
conflicts_with 'xz'
diff --git a/Library/Formula/avro-cpp.rb b/Library/Formula/avro-cpp.rb
index 9676ab931..89d312943 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.4/cpp/avro-cpp-1.7.4.tar.gz'
- sha1 '1258c238692e4c7db97d62adead6efd9ef26ef71'
+ url 'http://www.apache.org/dyn/closer.cgi?path=avro/avro-1.7.5/cpp/avro-cpp-1.7.5.tar.gz'
+ sha1 '8017abbbeb25e092afbffda5acf70df639662190'
depends_on 'cmake' => :build
depends_on 'boost'