Skip to content

Commit 430d315

Browse files
authored
Merge pull request #278380 from Homebrew/cpp-httplib-opensslv4
cpp-httplib: migrate to openssl@4
2 parents 174e417 + ae70659 commit 430d315

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Formula/c/cpp-httplib.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,12 @@ class CppHttplib < Formula
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, all: "9500c95065d0080dcd83f79ca16f0fe820f01ad203399ec7b652970e2fbab660"
9+
rebuild 1
10+
sha256 cellar: :any_skip_relocation, all: "5e0702f105ce2f3800124aec8ec4748bf2d88fd937fb2816217ee4adc846fd82"
1011
end
1112

1213
depends_on "cmake" => :build
13-
depends_on "openssl@3" => :build
14+
depends_on "openssl@4" => :build
1415

1516
on_linux do
1617
depends_on "zlib-ng-compat" => :build

0 commit comments

Comments
 (0)