diff --git a/Formula/pandoc-crossref.rb b/Formula/pandoc-crossref.rb index 273e4cbd4f..7cff50fae9 100644 --- a/Formula/pandoc-crossref.rb +++ b/Formula/pandoc-crossref.rb @@ -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