aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/pth.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/pth.rb b/Library/Formula/pth.rb
index af3e8b3eb..504b3003a 100644
--- a/Library/Formula/pth.rb
+++ b/Library/Formula/pth.rb
@@ -6,6 +6,13 @@ class Pth < Formula
mirror 'http://ftp.gnu.org/gnu/pth/pth-2.0.7.tar.gz'
sha1 '9a71915c89ff2414de69fe104ae1016d513afeee'
+ bottle do
+ cellar :any
+ sha1 "0ca2ae935487bc12119f942c77b9e52acdbc3a38" => :mavericks
+ sha1 "58d56997dc5fa20d856b3068e228424540e0e853" => :mountain_lion
+ sha1 "d5f5cb9238d6dd2b98b3ede6cb34bad28cac9109" => :lion
+ end
+
def install
ENV.deparallelize
# Note: shared library will not be build with --disable-debug, so don't add that flag