Skip to content

Commit ba93133

Browse files
BrewTestBotchenrui333
authored andcommitted
sentry-native 0.12.0
sentry-native: update deps Signed-off-by: Rui Chen <[email protected]>
1 parent 9de2ba9 commit ba93133

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Formula/s/sentry-native.rb

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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
@@ -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)