We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 174e417 + ae70659 commit 430d315Copy full SHA for 430d315
1 file changed
Formula/c/cpp-httplib.rb
@@ -6,11 +6,12 @@ class CppHttplib < Formula
6
license "MIT"
7
8
bottle do
9
- sha256 cellar: :any_skip_relocation, all: "9500c95065d0080dcd83f79ca16f0fe820f01ad203399ec7b652970e2fbab660"
+ rebuild 1
10
+ sha256 cellar: :any_skip_relocation, all: "5e0702f105ce2f3800124aec8ec4748bf2d88fd937fb2816217ee4adc846fd82"
11
end
12
13
depends_on "cmake" => :build
- depends_on "openssl@3" => :build
14
+ depends_on "openssl@4" => :build
15
16
on_linux do
17
depends_on "zlib-ng-compat" => :build
0 commit comments