Skip to content

Commit 2442da5

Browse files
authored
Merge pull request #224882 from botantony/nss
nss 3.112
2 parents f017d6e + b2553f9 commit 2442da5

File tree

1 file changed

+11
-9
lines changed

1 file changed

+11
-9
lines changed

Formula/n/nss.rb

Lines changed: 11 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Nss < Formula
22
desc "Libraries for security-enabled client and server applications"
33
homepage "https://firefox-source-docs.mozilla.org/security/nss/index.html"
4-
url "https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_111_RTM/src/nss-3.111.tar.gz"
5-
sha256 "5a4d5a44e91ef03cdc0c4897cf616e3c92f4e590ea835d3e0ccad8b005bd73c6"
4+
url "https://ftp.mozilla.org/pub/security/nss/releases/NSS_3_112_RTM/src/nss-3.112.tar.gz"
5+
sha256 "33ae72d43b275957252adc8639e84229d3ae692a57b6191b059d9456b8568a68"
66
license "MPL-2.0"
77

88
livecheck do
@@ -13,14 +13,16 @@ class Nss < Formula
1313
end
1414
end
1515

16+
no_autobump! because: :incompatible_version_format
17+
1618
bottle do
17-
sha256 cellar: :any, arm64_sequoia: "83cbf29ef48c82f08f81c27dfc531570353e5c0585ea72d78b6a62fdd4fde9a2"
18-
sha256 cellar: :any, arm64_sonoma: "68306dec6d42b1d520682a4b7aa2f29bf2805098f9bd6fb8a240598327715860"
19-
sha256 cellar: :any, arm64_ventura: "c7eb5124aa8027a3873a009f74593bdca3c5342978d20a6a3a7ae31a1d40bfea"
20-
sha256 cellar: :any, sonoma: "014215b9426bf0ce6413cfecc555b7617a57979140bf4284d4cf1f72c40108af"
21-
sha256 cellar: :any, ventura: "294c54f54fa01012728320d8f2ec620fd79d550fbd84d2b63f6088b31ede6c77"
22-
sha256 cellar: :any_skip_relocation, arm64_linux: "363f07eaf3bb284aaf46031610244695aa48b71856aab2e959d76f16ffbdbb0c"
23-
sha256 cellar: :any_skip_relocation, x86_64_linux: "b378a5bc096c37ebdeec0034f1911d5997dc5810e7b92215cf4881d8b93f9bfc"
19+
sha256 cellar: :any, arm64_sequoia: "4e72f0ad434ec7ff3f524ae5b7c64f53a1cdcc8b3196686f9b13a7bd081d8a01"
20+
sha256 cellar: :any, arm64_sonoma: "0bf2d2b66fa934bfda7a19f3b23f70a80dfe173d04c8ff6818e4aa2a9e6fc507"
21+
sha256 cellar: :any, arm64_ventura: "e2a172b4b28503ef2302946100d9bff8afb9c8769cfbf9f6448b3fb759487224"
22+
sha256 cellar: :any, sonoma: "2034cc1733005f30d3508c8b52c8e31db1d8861b07dc485c33cd3754a7169480"
23+
sha256 cellar: :any, ventura: "5836146efde7dc0a87c1bb2110260c1e8ad51270f88887a8d18ce6e986195853"
24+
sha256 cellar: :any_skip_relocation, arm64_linux: "503ce679bec3fcb20a05fb4a204e62065fa0530fc8f4bf890f0c15ad9fb77246"
25+
sha256 cellar: :any_skip_relocation, x86_64_linux: "c52562e4be166b7631336ed06ef7fc347c6968cac2c0e5a201988eab7b4b9f60"
2426
end
2527

2628
depends_on "nspr"

0 commit comments

Comments
 (0)