MessagePack 0.5.6

Signed-off-by: Adam Vandenberg <flangy@gmail.com>
This commit is contained in:
Birger J. Nordølum 2011-05-22 03:08:13 +02:00 committed by Adam Vandenberg
parent 31b5d32639
commit f4a3f1611e

View file

@ -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}"