msgpack 1.2.0
Closes Homebrew/homebrew#43580. Signed-off-by: Alex Dunn <dunn.alex@gmail.com>
This commit is contained in:
parent
8311d71c9a
commit
7105875ba6
1 changed files with 9 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue