Skip to content

Commit 1770bd6

Browse files
authored
Merge pull request #251823 from Homebrew/bump-sentry-native-0.12.0
sentry-native 0.12.0
2 parents 49d6133 + 30b6cf8 commit 1770bd6

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Formula/s/sentry-native.rb

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
class SentryNative < Formula
22
desc "Sentry SDK for C, C++ and native applications"
33
homepage "https://docs.sentry.io/platforms/native/"
4-
url "https://github.com/getsentry/sentry-native/archive/refs/tags/0.11.3.tar.gz"
5-
sha256 "b1b39b78887b6298d41996b25671f48c44d416ed747f12e24d22f831f5715c1f"
4+
url "https://github.com/getsentry/sentry-native/archive/refs/tags/0.12.0.tar.gz"
5+
sha256 "77c27dbe98cf5876743e53e8c88677eedeadba09c2e199316e3e1fd45c2c4f70"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any, arm64_tahoe: "1060c422f9040225af53b1f3869b084e15214833b84b09f7bb72fb377227310a"
10-
sha256 cellar: :any, arm64_sequoia: "361469e6792800fcafa12588a4badbe693f5f299317f1eb19d6055e411bc2c88"
11-
sha256 cellar: :any, arm64_sonoma: "6aab900440d3867406da4a225a8b44aea51a6cba14adaa1bd91d1dcc9beb000f"
12-
sha256 cellar: :any, sonoma: "30a1d9761c15323bceaead4f8e8182a4272bfac5dc5e8e08c36d1dc0f9c8629d"
13-
sha256 cellar: :any_skip_relocation, arm64_linux: "33c629820a88f47a635a3e896fd639a3a8f401f3bb43357898c38fbc1f67de72"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "1d23063854a91ff25650a2f2fbbed04499b98cbf814068e8279b1a53f32f0a95"
9+
sha256 cellar: :any, arm64_tahoe: "aff922d2a5b33fcf69b81fecad8e4510353992e0ea004d7a161f59747578986e"
10+
sha256 cellar: :any, arm64_sequoia: "b9f523e6649346bfca332d41d8f9680131d87e265dfde2b9bf995cdd06456801"
11+
sha256 cellar: :any, arm64_sonoma: "e1784ce39344b02c8f335f3100f5e8af8704a62bd57dcd57685e99ae678e6339"
12+
sha256 cellar: :any, sonoma: "859ede0c2f7cd6a97ea544927b277805c0503c3d66055133acc6d1247c220958"
13+
sha256 cellar: :any_skip_relocation, arm64_linux: "56adb824fcafdef7209b61bb6803d7d67faaae53b35619c4a0fea2a100bf69f5"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "e7fd93fcc222a1476b399b03facc66c70649c3c70432c8aa7334e78f63e4e477"
1515
end
1616

1717
depends_on "cmake" => :build
@@ -21,13 +21,13 @@ class SentryNative < Formula
2121
# No recent tagged releases, use the latest commit
2222
resource "breakpad" do
2323
url "https://github.com/getsentry/breakpad.git",
24-
revision: "9b606719129be728005e3c295d4c74bd1a15c0ed"
24+
revision: "25b6b727af49fa383161e7dba4a82ab0661b69b8"
2525
end
2626

2727
# No recent tagged releases, use the latest commit
2828
resource "crashpad" do
2929
url "https://github.com/getsentry/crashpad.git",
30-
revision: "79a91fe62324c9c17c8ec1b8508778228ba955a7"
30+
revision: "d8990d2f686b8827a21532748c6c42add21c21ea"
3131
end
3232

3333
# No recent tagged releases, use the latest commit

0 commit comments

Comments
 (0)