Skip to content

Commit

Permalink
Merge pull request #134296 from carlocab/node18-openssl3
Browse files Browse the repository at this point in the history
node@18: switch to `openssl@3`
  • Loading branch information
BrewTestBot authored Jun 21, 2023
2 parents 91d26ba + 5b2ea22 commit 1179c38
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions Formula/node@18.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,21 +4,21 @@ class NodeAT18 < Formula
url "https://nodejs.org/dist/v18.16.0/node-v18.16.0.tar.xz"
sha256 "33d81a233e235a509adda4a4f2209008d04591979de6b3f0f67c1c906093f118"
license "MIT"
revision 1
revision 2

livecheck do
url "https://nodejs.org/dist/"
regex(%r{href=["']?v?(18(?:\.\d+)+)/?["' >]}i)
end

bottle do
sha256 arm64_ventura: "204b37b8241edfdeec731a344c941358de105259c970a24bcc4ff3f5aa75710c"
sha256 arm64_monterey: "f6001971a6df035ed758af73fb191ca4aecc989a708c8b714a22fe69406913ca"
sha256 arm64_big_sur: "47fab302043fd4bcd3d131a03bebdba1d96f40362568d5d9b1ce533cdf263327"
sha256 ventura: "ad83d7ecd90bac396f84de0909a9afaaaedd76df1ffe591ce736a6727314c8ad"
sha256 monterey: "caca7ae36e54f07e59cd778210c2f9b75b2d98209147d45b50e8efe6e98cd708"
sha256 big_sur: "57cb882f6e558801c9db999efae4446499369b078fe73f955cacd88c021630a0"
sha256 x86_64_linux: "c9e2ac2f27c57a5b64f445c84e356ecee4d16964b435f2a513548f2963ad9b5d"
sha256 arm64_ventura: "96e1babeb7986463385f897008d3adf501e0e10b1b874b3d6c3ff90e408376d5"
sha256 arm64_monterey: "a2856cf938937f7344233249c99db2e8368ee9bff426cb88d6a649a1d16ea80c"
sha256 arm64_big_sur: "739c2fcf40f4c577fad57e48905c5c404da1d354b76c6dfaba6a7461c4633fe2"
sha256 ventura: "9c6ae8dc3c6ad50ff6ce9245035a3ad0a3d30246a268d3f058f4e4ea045757fc"
sha256 monterey: "fb5a4b70dfb0226261cb4deedff25bf365f2c4190c44c7679327985fc0002c81"
sha256 big_sur: "5bebfd998c2bc25aff9e5722ece10ecaa95de8654fea47002eaeb79bfe46be2a"
sha256 x86_64_linux: "6734e797548bb9c571801ee85fb1b4baa66aa0c0399f9cba758e7bd457277c5c"
end

keg_only :versioned_formula
Expand All @@ -34,7 +34,7 @@ class NodeAT18 < Formula
depends_on "icu4c"
depends_on "libnghttp2"
depends_on "libuv"
depends_on "openssl@1.1"
depends_on "openssl@3"

uses_from_macos "python", since: :catalina
uses_from_macos "zlib"
Expand Down Expand Up @@ -71,8 +71,8 @@ def install
--shared-libuv-libpath=#{Formula["libuv"].lib}
--shared-nghttp2-includes=#{Formula["libnghttp2"].include}
--shared-nghttp2-libpath=#{Formula["libnghttp2"].lib}
--shared-openssl-includes=#{Formula["openssl@1.1"].include}
--shared-openssl-libpath=#{Formula["openssl@1.1"].lib}
--shared-openssl-includes=#{Formula["openssl@3"].include}
--shared-openssl-libpath=#{Formula["openssl@3"].lib}
--shared-brotli-includes=#{Formula["brotli"].include}
--shared-brotli-libpath=#{Formula["brotli"].lib}
--shared-cares-includes=#{Formula["c-ares"].include}
Expand Down

0 comments on commit 1179c38

Please sign in to comment.