diff --git a/Formula/p/pandoc-crossref.rb b/Formula/p/pandoc-crossref.rb index 6f5f87bf6a664..d1e9b5d2c8dc7 100644 --- a/Formula/p/pandoc-crossref.rb +++ b/Formula/p/pandoc-crossref.rb @@ -1,19 +1,18 @@ class PandocCrossref < Formula desc "Pandoc filter for numbering and cross-referencing" homepage "https://github.com/lierdakil/pandoc-crossref" - url "https://github.com/lierdakil/pandoc-crossref/archive/refs/tags/v0.3.18.0b.tar.gz" - version "0.3.18.0b" - sha256 "a71043e86104951815886d560dd1173308bd7f7e556ce80530b4de03c1bcd9a5" + url "https://github.com/lierdakil/pandoc-crossref/archive/refs/tags/v0.3.18.0c.tar.gz" + version "0.3.18.0c" + sha256 "b82b3f5d78ca1ea1b406b126704a81d595db341fc6f757bdfbf9832415aec6a3" license "GPL-2.0-or-later" - revision 1 bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "529b899af27e7778ff5e762fad3fb77b7ee6aacce63cf11cc3849fb38be2f3ce" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "73def5c9460f4708d3dd5138ce14b81fb47db8bc3de24c2ed8f27c5c23e589c5" - sha256 cellar: :any_skip_relocation, arm64_ventura: "ce7aaab582930cd94a4a406f8e7ececf16a22cca2911bfdd2ee4297e7b593a73" - sha256 cellar: :any_skip_relocation, sonoma: "b012c162341e52f7155ba779c5b5e33d71b35809e2a6967f97fd5b68dbba981b" - sha256 cellar: :any_skip_relocation, ventura: "cfb8412a76f7c2dbf6471dc88497d817ff004d32d7bb12d1a76cdc57d7dc6d60" - sha256 cellar: :any_skip_relocation, x86_64_linux: "7b1c6ca2c6ceeebcd967ac3bd71300750ce652ab877d9f721e5d5ad92be83fa2" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "3ca2831f761d2b98e71b919e27ee5a12a256125102db43ef2ba0eb610e6b6929" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8d0c18313570a677bdf882d9ac96cf3c00f49b5ab581b0c789e8a34f12617a3b" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8d3eb5c04d1df2ea9c4cc76d59437f00d9258b7815263bbfc3558b7db827a090" + sha256 cellar: :any_skip_relocation, sonoma: "d4c4c4761e654740698dde2c4013e067efe6363ddb12c467561d31b76778ff1b" + sha256 cellar: :any_skip_relocation, ventura: "49b6950e9e2a7853b68dcef28f6c38da27015ec3693adab2a780a68b500d7266" + sha256 cellar: :any_skip_relocation, x86_64_linux: "975b40de009e18194e46e2b025ef1a04a616bcaa7a6abfafc3c581aee19ef949" end depends_on "cabal-install" => :build @@ -23,12 +22,6 @@ class PandocCrossref < Formula uses_from_macos "unzip" => :build uses_from_macos "zlib" - # patch to support pandoc 3.6, upstream pr ref, https://github.com/lierdakil/pandoc-crossref/pull/458 - patch do - url "https://github.com/lierdakil/pandoc-crossref/commit/c4d4ec77a8dcb18acb502e9a0bfcdec08c4a8838.patch?full_index=1" - sha256 "4150d8d076a79536368ada800d84dfca61a4c1799e7e834c5bb25a165ddaa571" - end - def install rm("cabal.project.freeze")