From eb805dfec88543557f2818666e5d80f13ed2fd1d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 14 May 2025 14:25:36 +0000 Subject: [PATCH 1/2] sentry-native 0.8.5 sentry-native: update crashpad Signed-off-by: Rui Chen --- Formula/s/sentry-native.rb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Formula/s/sentry-native.rb b/Formula/s/sentry-native.rb index 62f7218c3c89..998ddff43199 100644 --- a/Formula/s/sentry-native.rb +++ b/Formula/s/sentry-native.rb @@ -1,8 +1,8 @@ class SentryNative < Formula desc "Sentry SDK for C, C++ and native applications" homepage "https://docs.sentry.io/platforms/native/" - url "https://github.com/getsentry/sentry-native/archive/refs/tags/0.8.4.tar.gz" - sha256 "9dd82daea1c51c2316c49e9e4737ab4c32a79470f5567b93115bb3a0fde4b93f" + url "https://github.com/getsentry/sentry-native/archive/refs/tags/0.8.5.tar.gz" + sha256 "3fb8f15ae1e8e6dbe831711dbdbb4245a7936f25be1b416acfb6d0581875461e" license "MIT" bottle do @@ -28,7 +28,7 @@ class SentryNative < Formula # No recent tagged releases, use the latest commit resource "crashpad" do url "https://github.com/getsentry/crashpad.git", - revision: "2d97a484bb628b05a46203e4a05c6c827796e5cd" + revision: "a17b30d42ec667c92a99285429e4edf2f7196698" end # No recent tagged releases, use the latest commit From a6664890f48b4fef0fde927706fea6574b4ff97a Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 14 May 2025 16:29:14 +0000 Subject: [PATCH 2/2] sentry-native: update 0.8.5 bottle. --- Formula/s/sentry-native.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/s/sentry-native.rb b/Formula/s/sentry-native.rb index 998ddff43199..834df2c8f5dd 100644 --- a/Formula/s/sentry-native.rb +++ b/Formula/s/sentry-native.rb @@ -6,13 +6,13 @@ class SentryNative < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "660abb347ab20a340bcadf24c0fa824da82e31736a6f8acf8794246b9ccdb4a3" - sha256 cellar: :any, arm64_sonoma: "789d7be4e53003553ae97314e5aa6b089b4942c666c7887071f11de2737e87d4" - sha256 cellar: :any, arm64_ventura: "4882f061d1617784f6d79f0427134d8c24cd753b10939d7bbb8050d3c1fec0ea" - sha256 cellar: :any, sonoma: "9f9578a0e89df2aff0e0bc464cbdc94e214c754c80698c9f6672e6ca1e5cce23" - sha256 cellar: :any, ventura: "321779ce15d4023a5a02f6f0cfad4770ae3780eb9e81555867eb1550fbd4f990" - sha256 cellar: :any_skip_relocation, arm64_linux: "43e174d2d052d20953bc29c177f60fceba3c83c9569a8ba95afe96b973e3edd4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9fb98a486f1f22731d5144f1cca2c83e36b7eedd7d6ce7b4036e92369e2b877c" + sha256 cellar: :any, arm64_sequoia: "c3efa2cd40cef7ba25c2f1b24e24986d17725442f16b596cc901913279133f44" + sha256 cellar: :any, arm64_sonoma: "3a3ae596edf78d565a9a12f0cf90fc6b1d11ce9e68f515e9b61e2873b818c0c4" + sha256 cellar: :any, arm64_ventura: "390cb9399ab622c44c735996fca5f1b053a4b562691916e0c56079037901b785" + sha256 cellar: :any, sonoma: "28c7116f6c096c15321e0143f4e4cf26b6c361572ae028feab1071aa29b32db1" + sha256 cellar: :any, ventura: "16ca56b23013df1a8b93eca50d4590ab080b8f15b490ddadd1b79c7504122376" + sha256 cellar: :any_skip_relocation, arm64_linux: "ab1ea85123a656a304851e797ad6e2f3737ee2e67549c5989cd2b016ee580fe9" + sha256 cellar: :any_skip_relocation, x86_64_linux: "73a1db60efd90fb8457414f61ad8ce67a9aadcbd44190778ad191478291b4d4d" end depends_on "cmake" => :build