11class 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.9.0 .tar.gz"
5- sha256 "657391465eb6236d6e3f3eec1d25434178783328f1f0a744c99c9b049c6225e1 "
4+ url "https://github.com/getsentry/sentry-native/archive/refs/tags/0.9.1 .tar.gz"
5+ sha256 "28234378f7673e9a88521e5a74d8272df83be87c7b743460a6c88dde21c5f9cd "
66 license "MIT"
77
88 bottle do
9- sha256 cellar : :any , arm64_sequoia : "92f60f762b599c4464e88f4a5f1dfcbb5bcded76c83efda30068f2025b49aa30 "
10- sha256 cellar : :any , arm64_sonoma : "73d63538e190b5bd973b2c55a906cac7aaca39ad0715e42fccc63a959d479688 "
11- sha256 cellar : :any , arm64_ventura : "93beb1ab0d866de14bdecf292117266181446fd8e262b244f5f7e1cce56fac40 "
12- sha256 cellar : :any , sonoma : "3ed21be467d60d1aef72aca11ece1fcf9ace6730a24c7ab8e1342c58fb72e9db "
13- sha256 cellar : :any , ventura : "2d2682f719c05bf360d1f151759fb0df4a19aa3669b40c311b770242cbafe901 "
14- sha256 cellar : :any_skip_relocation , arm64_linux : "1accca2d383866a4b2b8d8b995a0aa1d442a55a3749200cec577ab9d2b56aa4f "
15- sha256 cellar : :any_skip_relocation , x86_64_linux : "132053f6c75c555413460b4416babf0e88050f27270b95f1f70c58a9e11743b9 "
9+ sha256 cellar : :any , arm64_sequoia : "3c732fe3076055a1d54591b0f99b8004617e6fc1531c558ca9791bcc88ce3a4e "
10+ sha256 cellar : :any , arm64_sonoma : "294fdfdc007fb3a12ab08d2a5f3793153c8617c175a7a534573d7bf66f40923d "
11+ sha256 cellar : :any , arm64_ventura : "647be17d117dac6b4c9134c1162ea3e2882617206ea7cacab42e8018081cf18c "
12+ sha256 cellar : :any , sonoma : "9dc606d00db3e9bf857f049488ca76424871b2541f5d5bb3ee5dd63a3ac00961 "
13+ sha256 cellar : :any , ventura : "0a30ba139351038ab1ff54e392fcf96603b1a986924bfea6746b56f61e389688 "
14+ sha256 cellar : :any_skip_relocation , arm64_linux : "98b7eff4a8bae55ecdd13b3fed01cd61ff1f91fe761b0386fca740df993d1c08 "
15+ sha256 cellar : :any_skip_relocation , x86_64_linux : "38a08f7534e396dc1bb73a688a03f47474bd7be3f4249a8b95d7164805a74ee5 "
1616 end
1717
1818 depends_on "cmake" => :build
@@ -22,13 +22,13 @@ class SentryNative < Formula
2222 # No recent tagged releases, use the latest commit
2323 resource "breakpad" do
2424 url "https://github.com/getsentry/breakpad.git" ,
25- revision : "ecff426597666af4231da8505a85a61169c5ab04 "
25+ revision : "7fbf89065fbb0d26526278a5e733270f83993cda "
2626 end
2727
2828 # No recent tagged releases, use the latest commit
2929 resource "crashpad" do
3030 url "https://github.com/getsentry/crashpad.git" ,
31- revision : "b2653919b42cf310482a9e33620cf82e952b5d2d "
31+ revision : "e24b0f9e760e27464fe2ed30fdd7be45a27a67ad "
3232 end
3333
3434 # No recent tagged releases, use the latest commit
0 commit comments