msgpack 1.2.0

Closes Homebrew/homebrew#43580.

Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
This commit is contained in:
Hiroshi Hatake 2015-09-04 23:01:11 +09:00 committed by Alex Dunn
parent 8311d71c9a
commit 7105875ba6

View file

@ -1,15 +1,8 @@
class Msgpack < Formula class Msgpack < Formula
desc "Library for a binary-based efficient data interchange format" desc "Library for a binary-based efficient data interchange format"
homepage "http://msgpack.org/" homepage "http://msgpack.org/"
url "https://github.com/msgpack/msgpack-c/releases/download/cpp-1.1.0/msgpack-1.1.0.tar.gz" url "https://github.com/msgpack/msgpack-c/releases/download/cpp-1.2.0/msgpack-1.2.0.tar.gz"
sha256 "a8d400e2f0cae811a150f564d95c7ad6f30a77ad4584303de06467234b73f345" sha256 "a7963b22665cecd1f72d8404b70be95a9c376084e9790833a7942c6633b33ca0"
head do
url "https://github.com/msgpack/msgpack-c.git"
depends_on "automake" => :build
depends_on "autoconf" => :build
depends_on "libtool" => :build
end
bottle do bottle do
cellar :any cellar :any
@ -18,6 +11,13 @@ class Msgpack < Formula
sha256 "b4c6bd00420aa63a3aaf4ac25ebe3755bf7f5530cfb32a4c6e2daa15b97fcc8a" => :mountain_lion sha256 "b4c6bd00420aa63a3aaf4ac25ebe3755bf7f5530cfb32a4c6e2daa15b97fcc8a" => :mountain_lion
end 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 fails_with :llvm do
build 2334 build 2334
end end