aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authornibbles 2bits2012-11-13 23:01:07 -0800
committerJack Nagel2012-11-14 12:28:18 -0600
commit82815e9cd769d2fa6ca5f2dcce4328947f477baf (patch)
tree5c1bb7ad7434ca02a176147aa6232e3181437084 /Library
parent7fcaf16bef69c6c5df5ef49f74a1969082cd507c (diff)
downloadhomebrew-82815e9cd769d2fa6ca5f2dcce4328947f477baf.tar.bz2
nss 3.14
- Upgrade nss to version 3.14. - Adjust the `nss.pc` file to use the current version number. Closes #16048. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/nss.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/nss.rb b/Library/Formula/nss.rb
index 8813bb02e..6d05010d1 100644
--- a/Library/Formula/nss.rb
+++ b/Library/Formula/nss.rb
@@ -1,9 +1,9 @@
require 'formula'
class Nss < Formula
- url 'http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_12_10_RTM/src/nss-3.12.10.tar.gz'
homepage 'http://www.mozilla.org/projects/security/pki/nss/'
- sha1 '229f65c8d4e2c1b34e145253bceddada5a82a142'
+ url 'http://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_14_RTM/src/nss-3.14.tar.gz'
+ sha1 'ace3642fb2ca67854ea7075d053ca01a6d81e616'
depends_on 'nspr'
@@ -70,7 +70,7 @@ includedir=${prefix}/include/nss
Name: NSS
Description: Mozilla Network Security Services
-Version: 3.12.10
+Version: 3.14
Requires: nspr
Libs: -L${libdir} -lnss3 -lnssutil3 -lsmime3 -lssl3
Cflags: -I${includedir}