Skip to content

Commit

Permalink
[sentry-native] update to 0.7.13 (microsoft#42212)
Browse files Browse the repository at this point in the history
  • Loading branch information
AenBleidd authored Nov 19, 2024
1 parent acd0319 commit c69fb9b
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ports/sentry-native/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
vcpkg_download_distfile(ARCHIVE
URLS "https://github.com/getsentry/sentry-native/releases/download/${VERSION}/sentry-native.zip"
FILENAME "sentry-native-${VERSION}.zip"
SHA512 51e4d1241181d72cf53242c0244dac123870cee8db6cb379193ae94d19f30bd321463ab11bb007474dbc1e7f2417710d702abd754eb1f88ecdbfd0c3c67e6a20
SHA512 158bc23ff84ce1f2d9649482fa1e3ff4a4a6c9b4698ae83d48dc82b8ecabcf3de419c23117795b43b76de55d9bf2214f0a6300180cf33a2285f83db027f17e73
)

vcpkg_extract_source_archive(
Expand Down
2 changes: 1 addition & 1 deletion ports/sentry-native/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sentry-native",
"version": "0.7.12",
"version": "0.7.13",
"description": "Sentry SDK for C, C++ and native applications.",
"homepage": "https://sentry.io/",
"license": "MIT",
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -8269,7 +8269,7 @@
"port-version": 1
},
"sentry-native": {
"baseline": "0.7.12",
"baseline": "0.7.13",
"port-version": 0
},
"septag-dmon": {
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/sentry-native.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "d2ab9b0d88a8028f17c6c564c8d89f4a9bcce6a2",
"version": "0.7.13",
"port-version": 0
},
{
"git-tree": "f77b7e5c3e18068af7bac6c7d955ddaa862f5fb7",
"version": "0.7.12",
Expand Down

0 comments on commit c69fb9b

Please sign in to comment.