aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/peg-markdown.rb
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula/peg-markdown.rb')
-rw-r--r--Library/Formula/peg-markdown.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/peg-markdown.rb b/Library/Formula/peg-markdown.rb
index ad58e410a..097f61f2d 100644
--- a/Library/Formula/peg-markdown.rb
+++ b/Library/Formula/peg-markdown.rb
@@ -5,6 +5,13 @@ class PegMarkdown < Formula
head "https://github.com/jgm/peg-markdown.git"
+ bottle do
+ cellar :any
+ sha256 "8b73ccf611b6639935b1fe7b42d5bab2518703f81b182769c537f7224ac1e803" => :yosemite
+ sha256 "67d5b05f4cb166d398f352cfa2a1d9ce97ae6ed1a7da5f8012c1d3544ec496d6" => :mavericks
+ sha256 "81b615979242abe96da6a8657c9357ad6f59d585a2533db1469b2e9ead567d9b" => :mountain_lion
+ end
+
depends_on "pkg-config" => :build
depends_on "glib"