pandoc-crossref 0.3.0.0
Closes #21655. Signed-off-by: ilovezfs <ilovezfs@icloud.com>
This commit is contained in:
parent
f2b82d6949
commit
c4086381e2
1 changed files with 2 additions and 7 deletions
|
@ -5,8 +5,8 @@ class PandocCrossref < Formula
|
|||
|
||||
desc "Pandoc filter for numbering and cross-referencing"
|
||||
homepage "https://github.com/lierdakil/pandoc-crossref"
|
||||
url "https://hackage.haskell.org/package/pandoc-crossref-0.2.7.0/pandoc-crossref-0.2.7.0.tar.gz"
|
||||
sha256 "33c94dceb535a73462cbb86ddb778119b9344c2aa834970bd115c57345f409da"
|
||||
url "https://hackage.haskell.org/package/pandoc-crossref-0.3.0.0/pandoc-crossref-0.3.0.0.tar.gz"
|
||||
sha256 "d6b434c4ae71ddac4e75551f70c719fd3f12f1d9f191bbf275b5739722d2ed39"
|
||||
|
||||
bottle do
|
||||
cellar :any_skip_relocation
|
||||
|
@ -15,11 +15,6 @@ class PandocCrossref < Formula
|
|||
sha256 "50da260a3cb0cc47d14fcf161fe59d88a8e84e63752b112e4d4262739ce2af6d" => :el_capitan
|
||||
end
|
||||
|
||||
devel do
|
||||
url "https://github.com/lierdakil/pandoc-crossref/archive/v0.3.0.0-beta.tar.gz"
|
||||
sha256 "a1eed2ff4f5cad325c72cbf9e2d3b2a64141be192dd94a992e62727d261370dc"
|
||||
end
|
||||
|
||||
depends_on "cabal-install" => :build
|
||||
depends_on "ghc" => :build
|
||||
depends_on "pandoc" => :run
|
||||
|
|
Loading…
Reference in a new issue