Skip to content

Commit 4c2ff90

Browse files
authored
Merge pull request #223442 from Homebrew/bump-sentry-native-0.8.5
sentry-native 0.8.5
2 parents 04add53 + a666489 commit 4c2ff90

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,18 +1,18 @@
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.8.4.tar.gz"
5-
sha256 "9dd82daea1c51c2316c49e9e4737ab4c32a79470f5567b93115bb3a0fde4b93f"
4+
url "https://github.com/getsentry/sentry-native/archive/refs/tags/0.8.5.tar.gz"
5+
sha256 "3fb8f15ae1e8e6dbe831711dbdbb4245a7936f25be1b416acfb6d0581875461e"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any, arm64_sequoia: "660abb347ab20a340bcadf24c0fa824da82e31736a6f8acf8794246b9ccdb4a3"
10-
sha256 cellar: :any, arm64_sonoma: "789d7be4e53003553ae97314e5aa6b089b4942c666c7887071f11de2737e87d4"
11-
sha256 cellar: :any, arm64_ventura: "4882f061d1617784f6d79f0427134d8c24cd753b10939d7bbb8050d3c1fec0ea"
12-
sha256 cellar: :any, sonoma: "9f9578a0e89df2aff0e0bc464cbdc94e214c754c80698c9f6672e6ca1e5cce23"
13-
sha256 cellar: :any, ventura: "321779ce15d4023a5a02f6f0cfad4770ae3780eb9e81555867eb1550fbd4f990"
14-
sha256 cellar: :any_skip_relocation, arm64_linux: "43e174d2d052d20953bc29c177f60fceba3c83c9569a8ba95afe96b973e3edd4"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "9fb98a486f1f22731d5144f1cca2c83e36b7eedd7d6ce7b4036e92369e2b877c"
9+
sha256 cellar: :any, arm64_sequoia: "c3efa2cd40cef7ba25c2f1b24e24986d17725442f16b596cc901913279133f44"
10+
sha256 cellar: :any, arm64_sonoma: "3a3ae596edf78d565a9a12f0cf90fc6b1d11ce9e68f515e9b61e2873b818c0c4"
11+
sha256 cellar: :any, arm64_ventura: "390cb9399ab622c44c735996fca5f1b053a4b562691916e0c56079037901b785"
12+
sha256 cellar: :any, sonoma: "28c7116f6c096c15321e0143f4e4cf26b6c361572ae028feab1071aa29b32db1"
13+
sha256 cellar: :any, ventura: "16ca56b23013df1a8b93eca50d4590ab080b8f15b490ddadd1b79c7504122376"
14+
sha256 cellar: :any_skip_relocation, arm64_linux: "ab1ea85123a656a304851e797ad6e2f3737ee2e67549c5989cd2b016ee580fe9"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "73a1db60efd90fb8457414f61ad8ce67a9aadcbd44190778ad191478291b4d4d"
1616
end
1717

1818
depends_on "cmake" => :build
@@ -28,7 +28,7 @@ class SentryNative < Formula
2828
# No recent tagged releases, use the latest commit
2929
resource "crashpad" do
3030
url "https://github.com/getsentry/crashpad.git",
31-
revision: "2d97a484bb628b05a46203e4a05c6c827796e5cd"
31+
revision: "a17b30d42ec667c92a99285429e4edf2f7196698"
3232
end
3333

3434
# No recent tagged releases, use the latest commit

0 commit comments

Comments
 (0)