Skip to content

Commit

Permalink
[sentry-native] Update to 0.4.10 (#18627)
Browse files Browse the repository at this point in the history
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
  • Loading branch information
AenBleidd committed Jul 1, 2021
1 parent 9a7d5a2 commit 3ca51a7
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.9/sentry-native.zip"
FILENAME "sentry-native-0.4.9.zip"
SHA512 152e3c6cfc7a72421f088f0e9853f016b62e2c22c580edb6255355648d293a31507974bc5c12ef3c0cd721d07797b9948f53ecafa1482d3264504cafac1fe8a3
URLS "https://github.com/getsentry/sentry-native/releases/download/0.4.10/sentry-native.zip"
FILENAME "sentry-native-0.4.10.zip"
SHA512 fd7aa8de707b19dfc3704e3f1d73bb35aa65cf26e95df0baf2061ce756232b76b26d406ffc11b53e57d949f5f14899265095d8d4d3f8ff4777cdeceeca5b6f94
)

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.9",
"port-version": 1,
"version-semver": "0.4.10",
"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 @@ -5705,8 +5705,8 @@
"port-version": 0
},
"sentry-native": {
"baseline": "0.4.9",
"port-version": 1
"baseline": "0.4.10",
"port-version": 0
},
"septag-sx": {
"baseline": "2019-05-07-2",
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": "487eaee55f15e263063288c15aab12d296ac598f",
"version-semver": "0.4.10",
"port-version": 0
},
{
"git-tree": "8200b5e337c4e6074c67a6a2398fa7bbbb3c2e4b",
"version-semver": "0.4.9",
Expand Down

0 comments on commit 3ca51a7

Please sign in to comment.