Skip to content

Commit

Permalink
Merge pull request #165173 from Homebrew/libxml++@5-homepage-and-cxx17
Browse files Browse the repository at this point in the history
libxml++@5: update homepage and remove outdated C++11
  • Loading branch information
p-linnane authored Mar 5, 2024
2 parents 97906b9 + 5e7e582 commit 9775da0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Formula/lib/[email protected]
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
class LibxmlxxAT5 < Formula
desc "C++ wrapper for libxml"
homepage "https://libxmlplusplus.sourceforge.net/"
homepage "https://libxmlplusplus.github.io/libxmlplusplus/"
url "https://download.gnome.org/sources/libxml++/5.2/libxml++-5.2.0.tar.xz"
sha256 "e41b8eae55210511585ae638615f00db7f982c0edea94699865f582daf03b44f"
license "LGPL-2.1-or-later"
Expand All @@ -27,7 +27,6 @@ class LibxmlxxAT5 < Formula
uses_from_macos "libxml2"

def install
ENV.cxx11
system "meson", "setup", "build", *std_meson_args
system "meson", "compile", "-C", "build", "--verbose"
system "meson", "install", "-C", "build"
Expand Down

0 comments on commit 9775da0

Please sign in to comment.