From 0d132c901b8a8d54e4f573e0dc4203b891b22c29 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 11:29:32 +0000 Subject: [PATCH 1/2] sentry-native 0.9.1 sentry-native: update deps Signed-off-by: Rui Chen --- Formula/s/sentry-native.rb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Formula/s/sentry-native.rb b/Formula/s/sentry-native.rb index 28eac189a072..f13924ff7d56 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.9.0.tar.gz" - sha256 "657391465eb6236d6e3f3eec1d25434178783328f1f0a744c99c9b049c6225e1" + url "https://github.com/getsentry/sentry-native/archive/refs/tags/0.9.1.tar.gz" + sha256 "28234378f7673e9a88521e5a74d8272df83be87c7b743460a6c88dde21c5f9cd" license "MIT" bottle do @@ -22,13 +22,13 @@ class SentryNative < Formula # No recent tagged releases, use the latest commit resource "breakpad" do url "https://github.com/getsentry/breakpad.git", - revision: "ecff426597666af4231da8505a85a61169c5ab04" + revision: "7fbf89065fbb0d26526278a5e733270f83993cda" end # No recent tagged releases, use the latest commit resource "crashpad" do url "https://github.com/getsentry/crashpad.git", - revision: "b2653919b42cf310482a9e33620cf82e952b5d2d" + revision: "e24b0f9e760e27464fe2ed30fdd7be45a27a67ad" end # No recent tagged releases, use the latest commit From 1ce00979439d0efc02a74a1b1a99999036ee40f0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 25 Jun 2025 16:38:49 +0000 Subject: [PATCH 2/2] sentry-native: update 0.9.1 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 f13924ff7d56..10694884cee0 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: "92f60f762b599c4464e88f4a5f1dfcbb5bcded76c83efda30068f2025b49aa30" - sha256 cellar: :any, arm64_sonoma: "73d63538e190b5bd973b2c55a906cac7aaca39ad0715e42fccc63a959d479688" - sha256 cellar: :any, arm64_ventura: "93beb1ab0d866de14bdecf292117266181446fd8e262b244f5f7e1cce56fac40" - sha256 cellar: :any, sonoma: "3ed21be467d60d1aef72aca11ece1fcf9ace6730a24c7ab8e1342c58fb72e9db" - sha256 cellar: :any, ventura: "2d2682f719c05bf360d1f151759fb0df4a19aa3669b40c311b770242cbafe901" - sha256 cellar: :any_skip_relocation, arm64_linux: "1accca2d383866a4b2b8d8b995a0aa1d442a55a3749200cec577ab9d2b56aa4f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "132053f6c75c555413460b4416babf0e88050f27270b95f1f70c58a9e11743b9" + sha256 cellar: :any, arm64_sequoia: "3c732fe3076055a1d54591b0f99b8004617e6fc1531c558ca9791bcc88ce3a4e" + sha256 cellar: :any, arm64_sonoma: "294fdfdc007fb3a12ab08d2a5f3793153c8617c175a7a534573d7bf66f40923d" + sha256 cellar: :any, arm64_ventura: "647be17d117dac6b4c9134c1162ea3e2882617206ea7cacab42e8018081cf18c" + sha256 cellar: :any, sonoma: "9dc606d00db3e9bf857f049488ca76424871b2541f5d5bb3ee5dd63a3ac00961" + sha256 cellar: :any, ventura: "0a30ba139351038ab1ff54e392fcf96603b1a986924bfea6746b56f61e389688" + sha256 cellar: :any_skip_relocation, arm64_linux: "98b7eff4a8bae55ecdd13b3fed01cd61ff1f91fe761b0386fca740df993d1c08" + sha256 cellar: :any_skip_relocation, x86_64_linux: "38a08f7534e396dc1bb73a688a03f47474bd7be3f4249a8b95d7164805a74ee5" end depends_on "cmake" => :build