libxml++3: add 3.0.0 bottle.
This commit is contained in:
parent
e5a43ffad5
commit
a78b3717db
1 changed files with 7 additions and 0 deletions
|
@ -4,6 +4,13 @@ class Libxmlxx3 < Formula
|
|||
url "https://download.gnome.org/sources/libxml++/3.0/libxml++-3.0.0.tar.xz"
|
||||
sha256 "2ff3640417729d357bada2e3049061642e0b078c323a8e0d37ae68df96547952"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
sha256 "1eee12f428fea153679ce88eaf7f334f00ceb64aea6cf139346b535c5a664554" => :el_capitan
|
||||
sha256 "e068fff70a7513e0225288bc6092f37a016b4269d3a76c3997be1ba5a964c4e9" => :yosemite
|
||||
sha256 "8987284c0005cd2b8b80d91b81f13783e4e7d1ebff1f794b4686891381614b1a" => :mavericks
|
||||
end
|
||||
|
||||
depends_on "pkg-config" => :build
|
||||
depends_on "glibmm"
|
||||
# LibXML++ can't compile agains the version of LibXML shipped with Leopard
|
||||
|
|
Loading…
Reference in a new issue