From 7105875ba6414c256f510fe845578fa960b49a56 Mon Sep 17 00:00:00 2001 From: Hiroshi Hatake Date: Fri, 4 Sep 2015 23:01:11 +0900 Subject: [PATCH] msgpack 1.2.0 Closes Homebrew/homebrew#43580. Signed-off-by: Alex Dunn --- Formula/msgpack.rb | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/Formula/msgpack.rb b/Formula/msgpack.rb index a20a66a7ca..382201b261 100644 --- a/Formula/msgpack.rb +++ b/Formula/msgpack.rb @@ -1,15 +1,8 @@ class Msgpack < Formula desc "Library for a binary-based efficient data interchange format" homepage "http://msgpack.org/" - url "https://github.com/msgpack/msgpack-c/releases/download/cpp-1.1.0/msgpack-1.1.0.tar.gz" - sha256 "a8d400e2f0cae811a150f564d95c7ad6f30a77ad4584303de06467234b73f345" - - head do - url "https://github.com/msgpack/msgpack-c.git" - depends_on "automake" => :build - depends_on "autoconf" => :build - depends_on "libtool" => :build - end + url "https://github.com/msgpack/msgpack-c/releases/download/cpp-1.2.0/msgpack-1.2.0.tar.gz" + sha256 "a7963b22665cecd1f72d8404b70be95a9c376084e9790833a7942c6633b33ca0" bottle do cellar :any @@ -18,6 +11,13 @@ class Msgpack < Formula sha256 "b4c6bd00420aa63a3aaf4ac25ebe3755bf7f5530cfb32a4c6e2daa15b97fcc8a" => :mountain_lion end + head do + url "https://github.com/msgpack/msgpack-c.git" + depends_on "automake" => :build + depends_on "autoconf" => :build + depends_on "libtool" => :build + end + fails_with :llvm do build 2334 end