Skip to content

Commit

Permalink
Merge pull request #174308 from Homebrew/bump-node-22.3.0
Browse files Browse the repository at this point in the history
node 22.3.0
  • Loading branch information
BrewTestBot authored Jun 13, 2024
2 parents 0406ca5 + 5af0f97 commit 1fbb5da
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Formula/n/node.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Node < Formula
desc "Platform built on V8 to build network applications"
homepage "https://nodejs.org/"
url "https://nodejs.org/dist/v22.2.0/node-v22.2.0.tar.xz"
sha256 "889908a8828d1484910d7e659b6aa57ade8d528ff0e390e9a77ef659a7628474"
url "https://nodejs.org/dist/v22.3.0/node-v22.3.0.tar.xz"
sha256 "bfb85bd1dca517761f9046d61600f830d19935d6d6c36eded01578a19326104c"
license "MIT"
head "https://github.com/nodejs/node.git", branch: "main"

Expand All @@ -12,13 +12,13 @@ class Node < Formula
end

bottle do
sha256 arm64_sonoma: "e5136cf5f60e0dec5911e8f7bcf6a17909a2d043aa0203144a2c6d7431f74b3e"
sha256 arm64_ventura: "eda5dd987bc37b8ec31e06e34f3ffa574cdf3a2930e08476f64d8a3b17faf848"
sha256 arm64_monterey: "6999c3139fbfa0b8937f6a0793b51e9e1206ab2841a4c676b63b33875871f9a5"
sha256 sonoma: "1550bb353d43877f3df0a302fa6be5e08df0dcab4b5933a0d2335eb622ca4985"
sha256 ventura: "cc3adc9f16f74cad21df1b2a7b975aadf6d9f3c58d7cbd1b9cb079b8eea107cb"
sha256 monterey: "0f3aac142a02f3e01908aa8faa47920230258cae2bfb0d4a0c407e27a855e263"
sha256 x86_64_linux: "b2c52dfd4670e09e7604af698efdd254e1bd085baac6f16737491f6eacd3bb75"
sha256 arm64_sonoma: "1a441e29fd01eaf18ce6e8bff476268dab05ffe07385d042e311a5e47f815dc4"
sha256 arm64_ventura: "cf3316c3ff5a43e0649c06a71bec3cee0c810a21ed17d762381abe122edc640b"
sha256 arm64_monterey: "e02661cb763e8d626bb3a5bec299340dc12d47aa604d9c5fdcba782b2b596ff8"
sha256 sonoma: "a55dfc9f85e29f1000af224696da387b1f72bae6afeb003441c3bca411f5c1b7"
sha256 ventura: "cdf20c19388be86ad3e69c2a8ba4755f9887394e1799de4d7dd7a6566d9eb4ae"
sha256 monterey: "2de279a1bc9571ad22f46763f0495e95bbe22d59d62d6e30734fe3aafccfbd45"
sha256 x86_64_linux: "47aadd5527229ab504f934461d76f04f2266e48ce17a50b5d37e0db62c6c6fbd"
end

depends_on "pkg-config" => :build
Expand Down Expand Up @@ -49,8 +49,8 @@ class Node < Formula
# We track major/minor from upstream Node releases.
# We will accept *important* npm patch releases when necessary.
resource "npm" do
url "https://registry.npmjs.org/npm/-/npm-10.7.0.tgz"
sha256 "f443ed4364ea11ac5cf7cae7fb4731278c64dd6839093f8a46eabde0430e0fcd"
url "https://registry.npmjs.org/npm/-/npm-10.8.1.tgz"
sha256 "b8807aebb9656758e2872fa6e7c564b506aa2faa9297439a478d471d2fe32483"
end

def install
Expand Down

0 comments on commit 1fbb5da

Please sign in to comment.