aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/nspr.rb7
1 files changed, 7 insertions, 0 deletions
diff --git a/Library/Formula/nspr.rb b/Library/Formula/nspr.rb
index 8363c6670..314a259f0 100644
--- a/Library/Formula/nspr.rb
+++ b/Library/Formula/nspr.rb
@@ -5,6 +5,13 @@ class Nspr < Formula
url "https://ftp.mozilla.org/pub/mozilla.org/nspr/releases/v4.10.4/src/nspr-4.10.4.tar.gz"
sha1 "43b2029d990515f952c89d2921397c064fbbe2e7"
+ bottle do
+ cellar :any
+ sha1 "329f42e5f9b3110234770423792c0c87e18c4d53" => :mavericks
+ sha1 "44a02dcd84912019fdc68398c4e23c1c303dac8b" => :mountain_lion
+ sha1 "33050ee6f28f92be7d7c63a385827db3e0ae8712" => :lion
+ end
+
def install
ENV.deparallelize
cd "nspr" do