Skip to content

Commit

Permalink
pandoc-crossref 0.3.18.0
Browse files Browse the repository at this point in the history
Signed-off-by: Rui Chen <rui@chenrui.dev>
  • Loading branch information
chenrui333 committed Sep 20, 2024
1 parent 8c705e2 commit e4d35e4
Showing 1 changed file with 2 additions and 88 deletions.
90 changes: 2 additions & 88 deletions Formula/p/pandoc-crossref.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
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.17.1c.tar.gz"
version "0.3.17.1c"
sha256 "1c1d00d356c74749d530b508db2e6aca6fe9f5ae3a283af58d25bedc99293977"
url "https://github.com/lierdakil/pandoc-crossref/archive/refs/tags/v0.3.18.0.tar.gz"
sha256 "907facfa672e7069aacd97ce774b18f99e689e48d6b0c1ddfe3e31b99e9429e4"
license "GPL-2.0-or-later"
revision 1

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "71ab252eb7085e2272e0f398c5340e6b5157369ea797d470d9e5d36d83bc5aee"
Expand All @@ -23,9 +21,6 @@ class PandocCrossref < Formula
uses_from_macos "unzip" => :build
uses_from_macos "zlib"

# build patch to support pandoc 3.4, upstream PR ref: https://github.com/lierdakil/pandoc-crossref/pull/451
patch :DATA

def install
rm("cabal.project.freeze")

Expand All @@ -46,84 +41,3 @@ def install
refute_match "WARNING: pandoc-crossref was compiled", output
end
end

__END__
diff --git a/package.yaml b/package.yaml
index ab2ac81..c06adac 100644
--- a/package.yaml
+++ b/package.yaml
@@ -20,7 +20,7 @@ data-files:
dependencies:
base: ">=4.11 && <5"
text: ">=1.2.2 && <2.2"
- pandoc: ">=3.1.8 && < 3.4"
+ pandoc: ">=3.1.8 && < 3.5"
pandoc-types: ">= 1.23 && < 1.24"
_deps:
containers: &containers { containers: ">=0.1 && <0.7" }
diff --git a/pandoc-crossref.cabal b/pandoc-crossref.cabal
index 0fc730b..3ff1a2b 100644
--- a/pandoc-crossref.cabal
+++ b/pandoc-crossref.cabal
@@ -1,6 +1,6 @@
cabal-version: 2.0

--- This file has been generated from package.yaml by hpack version 0.36.0.
+-- This file has been generated from package.yaml by hpack version 0.37.0.
--
-- see: https://github.com/sol/hpack

@@ -133,7 +133,7 @@ library
build-depends:
base >=4.11 && <5
, mtl >=1.1 && <2.4
- , pandoc >=3.1.8 && <3.4
+ , pandoc >=3.1.8 && <3.5
, pandoc-crossref-internal
, pandoc-types ==1.23.*
, text >=1.2.2 && <2.2
@@ -177,7 +177,7 @@ library pandoc-crossref-internal
, microlens-mtl >=0.2.0.1 && <0.3.0.0
, microlens-th >=0.4.3.10 && <0.5.0.0
, mtl >=1.1 && <2.4
- , pandoc >=3.1.8 && <3.4
+ , pandoc >=3.1.8 && <3.5
, pandoc-types ==1.23.*
, syb >=0.4 && <0.8
, template-haskell >=2.7.0.0 && <3.0.0.0
@@ -198,7 +198,7 @@ executable pandoc-crossref
, gitrev >=1.3.1 && <1.4
, open-browser ==0.2.*
, optparse-applicative >=0.13 && <0.19
- , pandoc >=3.1.8 && <3.4
+ , pandoc >=3.1.8 && <3.5
, pandoc-crossref
, pandoc-types ==1.23.*
, template-haskell >=2.7.0.0 && <3.0.0.0
@@ -219,7 +219,7 @@ test-suite test-integrative
, directory >=1 && <1.4
, filepath >=1.1 && <1.6
, hspec >=2.4.4 && <3
- , pandoc >=3.1.8 && <3.4
+ , pandoc >=3.1.8 && <3.5
, pandoc-crossref
, pandoc-types ==1.23.*
, text >=1.2.2 && <2.2
@@ -245,7 +245,7 @@ test-suite test-pandoc-crossref
, hspec >=2.4.4 && <3
, microlens >=0.4.12.0 && <0.5.0.0
, mtl >=1.1 && <2.4
- , pandoc >=3.1.8 && <3.4
+ , pandoc >=3.1.8 && <3.5
, pandoc-crossref
, pandoc-crossref-internal
, pandoc-types ==1.23.*
@@ -265,7 +265,7 @@ benchmark simple
build-depends:
base >=4.11 && <5
, criterion >=1.5.9.0 && <1.7
- , pandoc >=3.1.8 && <3.4
+ , pandoc >=3.1.8 && <3.5
, pandoc-crossref
, pandoc-types ==1.23.*
, text >=1.2.2 && <2.2

0 comments on commit e4d35e4

Please sign in to comment.