-
-
Notifications
You must be signed in to change notification settings - Fork 13.4k
protobuf 30.1 #210860
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
protobuf 30.1 #210860
Changes from all commits
4c8c4e4
bbfad0c
bbd9ddd
ad4555a
2faec00
0e83a40
d213e56
3e426ba
a4fb163
3833805
8999e62
7f96972
2ee5cce
5f5b5b3
d9f496b
174e593
9f71da8
9c092ec
94c3136
d0a878a
8ba10d2
4ef4ce8
a236f84
f2538ef
8fb9041
9a7f080
7acdf47
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| ../Formula/p/protobuf.rb |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ | |
| url "https://github.com/mobile-shell/mosh/releases/download/mosh-1.4.0/mosh-1.4.0.tar.gz" | ||
| sha256 "872e4b134e5df29c8933dff12350785054d2fd2839b5ae6b5587b14db1465ddd" | ||
| license "GPL-3.0-or-later" | ||
| revision 26 | ||
| revision 27 | ||
|
|
||
| no_autobump! because: :requires_manual_review | ||
|
|
||
|
|
@@ -39,7 +39,7 @@ | |
| depends_on "openssl@3" # Uses CommonCrypto on macOS | ||
| end | ||
|
|
||
| def install | ||
|
Check failure on line 42 in Formula/m/mosh.rb
|
||
| # https://github.com/protocolbuffers/protobuf/issues/9947 | ||
| ENV.append_to_cflags "-DNDEBUG" | ||
| # Avoid over-linkage to `abseil`. | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,8 +1,8 @@ | ||
| class Opencv < Formula | ||
| desc "Open source computer vision library" | ||
| homepage "https://opencv.org/" | ||
| license "Apache-2.0" | ||
| revision 1 | ||
| revision 2 | ||
|
|
||
| stable do | ||
| url "https://github.com/opencv/opencv/archive/refs/tags/4.11.0.tar.gz" | ||
|
|
@@ -87,7 +87,7 @@ | |
| "python3.13" | ||
| end | ||
|
|
||
| def install | ||
|
Check failure on line 90 in Formula/o/opencv.rb
|
||
| resource("contrib").stage buildpath/"opencv_contrib" | ||
|
|
||
| # Avoid Accelerate.framework | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,7 +4,7 @@ | |
| url "https://downloads.percona.com/downloads/Percona-Server-8.0/Percona-Server-8.0.40-31/source/tarball/percona-server-8.0.40-31.tar.gz" | ||
| sha256 "1318670d8e176c24df74019f748f5f233e2787f865dd3d41d61790ab5a772c4e" | ||
| license "BSD-3-Clause" | ||
| revision 3 | ||
| revision 4 | ||
|
|
||
| livecheck do | ||
| url "https://www.percona.com/products-api.php", post_form: { | ||
|
|
@@ -101,7 +101,7 @@ | |
| var/"mysql" | ||
| end | ||
|
|
||
| def install | ||
|
Check failure on line 104 in Formula/p/percona-server@8.0.rb
|
||
| # Remove bundled libraries other than explicitly allowed below. | ||
| # `boost` and `rapidjson` must use bundled copy due to patches. | ||
| # `lz4` is still needed due to xxhash.c used by mysqlgcs | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.