diff options
Diffstat (limited to 'Library/Formula/msgpack.rb')
| -rw-r--r-- | Library/Formula/msgpack.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
| diff --git a/Library/Formula/msgpack.rb b/Library/Formula/msgpack.rb index 7b348b03f..49f0da802 100644 --- a/Library/Formula/msgpack.rb +++ b/Library/Formula/msgpack.rb @@ -1,9 +1,9 @@  require 'formula'  class Msgpack < Formula -  url 'http://downloads.sourceforge.net/project/msgpack/msgpack/cpp/msgpack-0.5.4.tar.gz' -  homepage 'http://msgpack.sourceforge.net/' -  md5 '18d96a3178f7cad73c0ca44f6284ae7d' +  homepage 'http://msgpack.org/' +  url 'http://msgpack.org/releases/cpp/msgpack-0.5.6.tar.gz' +  sha256 '4d4a2b50955e35b6b8e92247ee079467b3294db2378d5bc73e83c9bbe184545b'    def install      system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}" | 
