File tree Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Expand file tree Collapse file tree 1 file changed +3
-10
lines changed Original file line number Diff line number Diff line change 11class Libpulsar < Formula
22 desc "Apache Pulsar C++ library"
33 homepage "https://pulsar.apache.org/"
4- url "https://dlcdn.apache.org/pulsar/pulsar-client-cpp-3.7.2 /apache-pulsar-client-cpp-3.7.2 .tar.gz"
5- mirror "https://archive.apache.org/dist/pulsar/pulsar-client-cpp-3.7.2 /apache-pulsar-client-cpp-3.7.2 .tar.gz"
6- sha256 "e4eee34cfa3d5838c08f20ac70f5b28239cb137bb59c75199f809141070620dd "
4+ url "https://dlcdn.apache.org/pulsar/pulsar-client-cpp-3.8.0 /apache-pulsar-client-cpp-3.8.0 .tar.gz"
5+ mirror "https://archive.apache.org/dist/pulsar/pulsar-client-cpp-3.8.0 /apache-pulsar-client-cpp-3.8.0 .tar.gz"
6+ sha256 "e5abff91da01cbc19eb8c08002f1ba765f99ce5b7abe1b1689b320658603b70b "
77 license "Apache-2.0"
8- revision 5
98
109 bottle do
1110 sha256 cellar : :any , arm64_tahoe : "e09546097a2674bad598adaceb4bc28d0965ce4df69ce719a90f675508d9c70d"
@@ -28,12 +27,6 @@ class Libpulsar < Formula
2827 uses_from_macos "curl"
2928 uses_from_macos "zlib"
3029
31- # Backport of https://github.com/apache/pulsar-client-cpp/pull/477
32- patch do
33- url "https://raw.githubusercontent.com/Homebrew/homebrew-core/1cf441a0/Patches/libpulsar/asio.patch"
34- sha256 "519ecb20d3721575a916f45e7e0d382ae61de38ceaee23b53b97c7b4fcdbc019"
35- end
36-
3730 # Workaround for Protobuf 30+, issue ref: https://github.com/apache/pulsar-client-cpp/issues/478
3831 patch :DATA
3932
You can’t perform that action at this time.
0 commit comments