Skip to content

Commit

Permalink
[sentry-native] Update to 0.4.13 (microsoft#22119)
Browse files Browse the repository at this point in the history
Signed-off-by: Vitalii Koshura <[email protected]>
  • Loading branch information
AenBleidd authored Dec 22, 2021
1 parent 769c6c1 commit 16be0b4
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
6 changes: 3 additions & 3 deletions ports/sentry-native/portfile.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ if(NOT VCPKG_TARGET_IS_OSX)
endif()

vcpkg_download_distfile(ARCHIVE
URLS "https://github.com/getsentry/sentry-native/releases/download/0.4.12/sentry-native.zip"
FILENAME "sentry-native-0.4.12.zip"
SHA512 15da4407ed5e2c8d5e56e497ccc6006b29235aef6b3a81e034c93443e20a7cfdf95d55e31b88e552c55e824eb15d6f7fafe988c453a5a6f36fe45136d7268b19
URLS "https://github.com/getsentry/sentry-native/releases/download/0.4.13/sentry-native.zip"
FILENAME "sentry-native-0.4.13.zip"
SHA512 d3b1022886533057a08a6e36e9f36fb709882bc6ba1356a2c4004062ad7805d2e85fd06bda36a89a9d336a54c8668c79c7eaf89aa7954488729c052f3dc88f37
)

vcpkg_extract_source_archive_ex(
Expand Down
3 changes: 1 addition & 2 deletions ports/sentry-native/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "sentry-native",
"version-semver": "0.4.12",
"port-version": 2,
"version-semver": "0.4.13",
"description": "Sentry SDK for C, C++ and native applications.",
"homepage": "https://sentry.io/",
"supports": "!(arm | (arm64 & !osx) | uwp)",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6253,8 +6253,8 @@
"port-version": 0
},
"sentry-native": {
"baseline": "0.4.12",
"port-version": 2
"baseline": "0.4.13",
"port-version": 0
},
"septag-sx": {
"baseline": "2019-05-07",
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": "d0ab3adf0fe8f521553af8345c6c11e6e883f065",
"version-semver": "0.4.13",
"port-version": 0
},
{
"git-tree": "02751ec1af944b27f69c9b50a8df4017cc24add3",
"version-semver": "0.4.12",
Expand Down

0 comments on commit 16be0b4

Please sign in to comment.