diff options
| author | Vitalii Koshura <lestat.de.lionkur@gmail.com> | 2021-07-01 17:37:59 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-07-01 08:37:59 -0700 |
| commit | 3ca51a73ed21a30b9014107854aa29866c1664f4 (patch) | |
| tree | 5a998bf34092f7a3896fb3d0182218860a04939c /ports | |
| parent | 9a7d5a29dd0e066ff4a7dbeba4bd8af4daae8b60 (diff) | |
| download | vcpkg-3ca51a73ed21a30b9014107854aa29866c1664f4.tar.gz vcpkg-3ca51a73ed21a30b9014107854aa29866c1664f4.zip | |
[sentry-native] Update to 0.4.10 (#18627)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/sentry-native/portfile.cmake | 6 | ||||
| -rw-r--r-- | ports/sentry-native/vcpkg.json | 3 |
2 files changed, 4 insertions, 5 deletions
diff --git a/ports/sentry-native/portfile.cmake b/ports/sentry-native/portfile.cmake index 706d212d2..e810d504c 100644 --- a/ports/sentry-native/portfile.cmake +++ b/ports/sentry-native/portfile.cmake @@ -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(
diff --git a/ports/sentry-native/vcpkg.json b/ports/sentry-native/vcpkg.json index cca64cbfb..131b08ce3 100644 --- a/ports/sentry-native/vcpkg.json +++ b/ports/sentry-native/vcpkg.json @@ -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)", |
