From f4a3f1611ebdef7c75cb83c4d7a15ef59e861e88 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Birger=20J=2E=20Nord=C3=B8lum?= Date: Sun, 22 May 2011 03:08:13 +0200 Subject: [PATCH] MessagePack 0.5.6 Signed-off-by: Adam Vandenberg --- Formula/msgpack.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/msgpack.rb b/Formula/msgpack.rb index 7b348b03ff..49f0da8022 100644 --- a/Formula/msgpack.rb +++ b/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}"