|
1 | 1 | class SentryNative < Formula |
2 | 2 | desc "Sentry SDK for C, C++ and native applications" |
3 | 3 | homepage "https://docs.sentry.io/platforms/native/" |
4 | | - url "https://github.com/getsentry/sentry-native/archive/refs/tags/0.13.7.tar.gz" |
5 | | - sha256 "3aacac7feb890356a6fc9a0c8c91b01281842a739585da77375ff36fe7f5be88" |
| 4 | + url "https://github.com/getsentry/sentry-native/archive/refs/tags/0.13.8.tar.gz" |
| 5 | + sha256 "8f6d2f4ca171f446eaf16d71c2f06b53fd5568e7b2117c635e4b70afcd81a874" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | 8 | bottle do |
@@ -30,18 +30,18 @@ class SentryNative < Formula |
30 | 30 |
|
31 | 31 | # No recent tagged releases, use the latest commit |
32 | 32 | resource "crashpad" do |
33 | | - url "https://github.com/getsentry/crashpad/archive/e5040b878718f5c004d0ecfe1747642c72ddcd39.tar.gz" |
34 | | - sha256 "42dbdb932d76df42e48a970f6554744d36e479fe4675bf3b828557f06275a4af" |
| 33 | + url "https://github.com/getsentry/crashpad/archive/38617eb5a0799acade5dc4312f206e0e43642566.tar.gz" |
| 34 | + sha256 "88cec93282d0f96ac249750cbd34dbc002ec514633ae13a05bf27bd275fb14db" |
35 | 35 | end |
36 | 36 |
|
37 | 37 | resource "crashpad/third_party/mini_chromium/mini_chromium" do |
38 | | - url "https://github.com/getsentry/mini_chromium/archive/5d060033dbe1595f612a2f506b7988c8d513d32e.tar.gz" |
39 | | - sha256 "72d7264f6e3b4ef89d16ef8d32bfc0b3b99b19a539a9bedd514191efeed658b4" |
| 38 | + url "https://github.com/getsentry/mini_chromium/archive/64339ac9468a8c3af236ca9186b42a33354455b9.tar.gz" |
| 39 | + sha256 "f3f5b619705ce0aa139f13d654950ba4fdc5a4616dda74efec91e2f5e04b378e" |
40 | 40 | end |
41 | 41 |
|
42 | 42 | resource "crashpad/third_party/lss/lss" do |
43 | 43 | url "https://chromium.googlesource.com/linux-syscall-support.git", |
44 | | - revision: "9719c1e1e676814c456b55f5f070eabad6709d31" |
| 44 | + revision: "8d09f471275c11e9a10514a970fce8526b5d39e3" |
45 | 45 | end |
46 | 46 |
|
47 | 47 | # No recent tagged releases, use the latest commit |
|
0 commit comments