aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/msgpack.rb
diff options
context:
space:
mode:
authorDaisuke Murase2011-02-03 20:07:59 +0900
committerAdam Vandenberg2011-02-04 07:27:05 -0800
commit3fffc024eca78f01befc5bdd875c0c2c9e449e20 (patch)
treeb3090b9616b03275505a477b4f0584b6dbc4846e /Library/Formula/msgpack.rb
parenta0e2502460e4ed35e6a68ed9145032e31d830b93 (diff)
downloadhomebrew-3fffc024eca78f01befc5bdd875c0c2c9e449e20.tar.bz2
upgrade msgpack to 0.5.4
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
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 0cc05cf55..8badadfe1 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.4.3.tar.gz'
+ url 'http://downloads.sourceforge.net/project/msgpack/msgpack/cpp/msgpack-0.5.4.tar.gz'
homepage 'http://msgpack.sourceforge.net/'
- md5 'ae55b5a48221fabc587a9ff2b0b6106e'
+ md5 '18d96a3178f7cad73c0ca44f6284ae7d'
def install
system "./configure", "--disable-dependency-tracking", "--prefix=#{prefix}"