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.
1 parent fe864c2 commit e2dae6cCopy full SHA for e2dae6c
Formula/o/opentelemetry-cpp.rb
@@ -1,10 +1,9 @@
1
class OpentelemetryCpp < Formula
2
desc "OpenTelemetry C++ Client"
3
homepage "https://opentelemetry.io/"
4
- url "https://github.com/open-telemetry/opentelemetry-cpp/archive/refs/tags/v1.18.0.tar.gz"
5
- sha256 "b149109d5983cf8290d614654a878899a68b0c8902b64c934d06f47cd50ffe2e"
+ url "https://github.com/open-telemetry/opentelemetry-cpp/archive/refs/tags/v1.19.0.tar.gz"
+ sha256 "e0330194b72f2fe4c0ce3ece06b02dc4aa0ab491eb75bf42c6f5e283912e468c"
6
license "Apache-2.0"
7
- revision 5
8
head "https://github.com/open-telemetry/opentelemetry-cpp.git", branch: "main"
9
10
bottle do
0 commit comments