Skip to content

Commit ff62ca7

Browse files
authored
Merge pull request Homebrew#230462 from Homebrew/bump-nspr-4.37
nspr 4.37
2 parents e8a2fff + 5744985 commit ff62ca7

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/n/nspr.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Nspr < Formula
22
desc "Platform-neutral API for system-level and libc-like functions"
33
homepage "https://hg.mozilla.org/projects/nspr"
4-
url "https://archive.mozilla.org/pub/nspr/releases/v4.36/src/nspr-4.36.tar.gz"
5-
sha256 "55dec317f1401cd2e5dba844d340b930ab7547f818179a4002bce62e6f1c6895"
4+
url "https://archive.mozilla.org/pub/nspr/releases/v4.37/src/nspr-4.37.tar.gz"
5+
sha256 "5f9344ed0e31855bd38f88b33c9d9ab94f70ce547ef3213e488d1520f61840fa"
66
license "MPL-2.0"
77

88
livecheck do
@@ -11,13 +11,13 @@ class Nspr < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any, arm64_sequoia: "74fa5a145de56d105daeb2686e5e998a926602260b87d8bcd3d8331ae89fc313"
15-
sha256 cellar: :any, arm64_sonoma: "7fd364727614ff8e1b09ffeafc42c616515fcc8c4c2bdcfa4df4ba216a6a2e5e"
16-
sha256 cellar: :any, arm64_ventura: "8dfb7cfb064a45c9b0d271ceebb4763c18870bc315a24edf2dfccc0cd2317356"
17-
sha256 cellar: :any, sonoma: "4872910fad9fa87badb31ca4e531e859524c0e70fbdecdf7cb4a5b0486a062e2"
18-
sha256 cellar: :any, ventura: "4c66879d6672278c32c08a858337dd3d430e216140afa53ffc88d85f3c47f3e5"
19-
sha256 cellar: :any_skip_relocation, arm64_linux: "4a9fbf463d239e77fb99cbb51f5eb3b918ad7d0afe1992a6f25e9c06fe439935"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "cf40b06a4583043f75d1d4b47a27d097b412c938ba316c84749db59af7ded134"
14+
sha256 cellar: :any, arm64_sequoia: "016dca2d6e11881cd46b45e5630cd92d2b05f17f575c74fcf2b145813db46972"
15+
sha256 cellar: :any, arm64_sonoma: "64ab3b08f2abdaec46516d5791ab5716545dc536ea2f8da8d62f41c81c176768"
16+
sha256 cellar: :any, arm64_ventura: "a4433f5307ebf0b42746acaae5897d6b833952b210d9d7009bd7a366e9dbc6c9"
17+
sha256 cellar: :any, sonoma: "926173cc071ce815b2ce530b4a853d7461517531e174c4e2802387085d49c428"
18+
sha256 cellar: :any, ventura: "91f46b8dc274b729853e605b016214c9a130706f759b33221a6d712b5a6f773c"
19+
sha256 cellar: :any_skip_relocation, arm64_linux: "5d9f4dad664f6e761ec0b2a468b9c90a38062b5dd6c3939739ae96c173ece0c2"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "2acd5fb0ba04b32d4e12168a048eb72800a91c1e89a247076680360f3f2a8e8a"
2121
end
2222

2323
def install

0 commit comments

Comments
 (0)