nss 3.19.2
Closes Homebrew/homebrew#41067. Signed-off-by: Xu Cheng <xucheng@me.com>
This commit is contained in:
parent
7d188a48c3
commit
83bb928df4
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ require "formula"
|
|||
class Nss < Formula
|
||||
desc "Libraries for security-enabled client and server applications"
|
||||
homepage "https://developer.mozilla.org/docs/NSS"
|
||||
url "https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_19_1_RTM/src/nss-3.19.1.tar.gz"
|
||||
sha256 "b7be709551ec13206d8e3e8c065b894fa981c11573115e9478fa051029c52fff"
|
||||
url "https://ftp.mozilla.org/pub/mozilla.org/security/nss/releases/NSS_3_19_2_RTM/src/nss-3.19.2.tar.gz"
|
||||
sha256 "1306663e8f61d8449ad8cbcffab743a604dcd9f6f34232c210847c51dce2c9ae"
|
||||
|
||||
bottle do
|
||||
cellar :any
|
||||
|
|
Loading…
Reference in a new issue