aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/msgpack.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2012-02-04 09:45:57 -0800
committerAdam Vandenberg2012-02-04 09:45:57 -0800
commit6e5858e81cd591dea86c5620d783a96f65b1afb3 (patch)
tree42f151629bbf40c0744abb24873ab265f1fc0228 /Library/Formula/msgpack.rb
parent8a8dcbb73bf5d92456fac5ae2c011bb4549604eb (diff)
downloadhomebrew-6e5858e81cd591dea86c5620d783a96f65b1afb3.tar.bz2
msgpack 0.5.7
Diffstat (limited to 'Library/Formula/msgpack.rb')
-rw-r--r--Library/Formula/msgpack.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/msgpack.rb b/Library/Formula/msgpack.rb
index 49f0da802..df0b3c4c9 100644
--- a/Library/Formula/msgpack.rb
+++ b/Library/Formula/msgpack.rb
@@ -2,8 +2,8 @@ require 'formula'
class Msgpack < Formula
homepage 'http://msgpack.org/'
- url 'http://msgpack.org/releases/cpp/msgpack-0.5.6.tar.gz'
- sha256 '4d4a2b50955e35b6b8e92247ee079467b3294db2378d5bc73e83c9bbe184545b'
+ url 'http://msgpack.org/releases/cpp/msgpack-0.5.7.tar.gz'
+ sha256 '7c203265cf14a4723820e0fc7ac14bf4bad5578f7bc525e9835c70cd36e7d1b8'
def install
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"