aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/msgpack.rb
diff options
context:
space:
mode:
authorBirger J. Nordølum2011-05-22 03:08:13 +0200
committerAdam Vandenberg2011-05-21 18:25:37 -0700
commitf0c123d01ca838a13e2f7bb60b5a5a3a5c57653c (patch)
treed80c013641dab53cd7135f3507e79f9a06f6fc56 /Library/Formula/msgpack.rb
parent20dfe7a13c78ea76d28f8a49a9f822cb1094c62f (diff)
downloadhomebrew-f0c123d01ca838a13e2f7bb60b5a5a3a5c57653c.tar.bz2
MessagePack 0.5.6
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/msgpack.rb')
-rw-r--r--Library/Formula/msgpack.rb6
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}"