aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/nss.rb8
1 files changed, 2 insertions, 6 deletions
diff --git a/Library/Formula/nss.rb b/Library/Formula/nss.rb
index 909a8a3fb..b2839d2c6 100644
--- a/Library/Formula/nss.rb
+++ b/Library/Formula/nss.rb
@@ -2,14 +2,10 @@ require "formula"
class Nss < Formula
homepage "https://developer.mozilla.org/docs/NSS"
- url "https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_16_1_RTM/src/nss-3.16.1.tar.gz"
- sha1 "450a88dde8c7e4533507ac8340dbf94be28a759b"
+ url "https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_16_2_RTM/src/nss-3.16.2.tar.gz"
+ sha1 "c4e7f007723cfafcf7fe743000e3960cc5086642"
bottle do
- cellar :any
- sha1 "1a8dc803b9a5015237f57a1041aa8492600e85ac" => :mavericks
- sha1 "f1cd3a30fe6539c0802ed3c562b6312bd79028b7" => :mountain_lion
- sha1 "d23ea919ca2fd9017b236552337f5d59ce0c2b79" => :lion
end
depends_on "nspr"