Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Formula/s/sentry-native.rb
Original file line number Diff line number Diff line change
@@ -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.12.2.tar.gz"
sha256 "e995c8dd3b5150ef306f0697a021688c4392a1e9ad63f0269406a8d471112c39"
url "https://github.com/getsentry/sentry-native/archive/refs/tags/0.12.3.tar.gz"
sha256 "f4a4b419b50bb2d7f85cf5b563c18745e599ddd024129496d2a4bd7f04a92d78"
license "MIT"

bottle do
Expand All @@ -27,7 +27,7 @@ class SentryNative < Formula
# No recent tagged releases, use the latest commit
resource "crashpad" do
url "https://github.com/getsentry/crashpad.git",
revision: "60dd8995c6a8539718c878f9b41063604abe737c"
revision: "63ef3357657ca856d5ff1dae9fee8dc16a425811"
end

# No recent tagged releases, use the latest commit
Expand Down
Loading