xml2: deprecate

Closes #120153.

Signed-off-by: Michka Popoff <3406519+iMichka@users.noreply.github.com>
Signed-off-by: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com>
master
equal-l2 2023-01-10 02:41:44 +09:00 committed by BrewTestBot
parent 5280c1dc3c
commit 8cd6ae7c85
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F
1 changed files with 3 additions and 1 deletions

View File

@ -3,7 +3,7 @@ class Xml2 < Formula
homepage "https://web.archive.org/web/20160730094113/www.ofb.net/~egnor/xml2/"
url "https://web.archive.org/web/20160427221603/download.ofb.net/gale/xml2-0.5.tar.gz"
sha256 "e3203a5d3e5d4c634374e229acdbbe03fea41e8ccdef6a594a3ea50a50d29705"
license "GPL-2.0"
license "GPL-2.0-or-later"
livecheck do
skip "Upstream is gone and the formula uses archive.org URLs"
@ -25,6 +25,8 @@ class Xml2 < Formula
sha256 cellar: :any_skip_relocation, x86_64_linux: "51048810fc19ddd5955049fb8d358b0f4862e9333b056efd6d28a0e6c42c6e4e"
end
deprecate! date: "2023-01-10", because: :repo_removed
depends_on "pkg-config" => :build
uses_from_macos "libxml2"