Skip to content

Commit

Permalink
[sentry-native] Update to 0.4.18 (microsoft#25333)
Browse files Browse the repository at this point in the history
Signed-off-by: Vitalii Koshura <[email protected]>
  • Loading branch information
AenBleidd authored Jun 21, 2022
1 parent 0016cd5 commit 8a4f87c
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
6 changes: 3 additions & 3 deletions 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/0.4.17/sentry-native.zip"
FILENAME "sentry-native-0.4.17.zip"
SHA512 03ee36f5420b0f3a21b1e4b58fe88b67a883abda27c0c644e3a9916674e1847a91ee2a3815908747738a77e8984b46f92fc776405ee443c71c69e352eeecebe6
URLS "https://github.com/getsentry/sentry-native/releases/download/0.4.18/sentry-native.zip"
FILENAME "sentry-native-0.4.18.zip"
SHA512 4363961a4a1560cc8777932c890231013cd73a48c51a9d9ce8175b541674da007d3bfd0ed2c50d72da2d75aa49a9004a4ea6638c4754cf29568dd66ebdb596db
)

vcpkg_extract_source_archive_ex(
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.4.17",
"version": "0.4.18",
"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 @@ -6489,7 +6489,7 @@
"port-version": 1
},
"sentry-native": {
"baseline": "0.4.17",
"baseline": "0.4.18",
"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": "2d63a9c2ec32267974a30485bf6f64ca57f1a2f8",
"version": "0.4.18",
"port-version": 0
},
{
"git-tree": "2d6b1817e6134faaf9a3f85d1719c925dd15a3a9",
"version": "0.4.17",
Expand Down

0 comments on commit 8a4f87c

Please sign in to comment.