aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorBrewTestBot2014-05-06 23:52:15 +0100
committerMike McQuaid2014-05-07 08:09:31 +0100
commitc2b9803849bd2fed7747af17ce6617e6d6cea543 (patch)
tree11f8ac8f480748e7ba685130d44baee74658927a /Library/Formula
parentb9882e348a128b2d1f45c65add37094369a171d1 (diff)
downloadhomebrew-c2b9803849bd2fed7747af17ce6617e6d6cea543.tar.bz2
pandoc-citeproc: add 0.3.0.1 bottle.
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pandoc-citeproc.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/Library/Formula/pandoc-citeproc.rb b/Library/Formula/pandoc-citeproc.rb
index 3489b1d56..f8f7ee161 100644
--- a/Library/Formula/pandoc-citeproc.rb
+++ b/Library/Formula/pandoc-citeproc.rb
@@ -8,6 +8,12 @@ class PandocCiteproc < Formula
url "http://hackage.haskell.org/package/pandoc-citeproc-0.3.0.1/pandoc-citeproc-0.3.0.1.tar.gz"
sha1 "958309f9996d563ffba0bd4870bb7f201aac08e8"
+ bottle do
+ sha1 "e94a82ea226531abb6be5da81305f6f71e55a92e" => :mavericks
+ sha1 "123132215cb70fb6b7253d6cf26d43e463385a79" => :mountain_lion
+ sha1 "58092e747a0ce49b2975efcae3ec7b643225863a" => :lion
+ end
+
depends_on "ghc" => :build
depends_on "cabal-install" => :build
depends_on "gmp"