From ff41de2fd2a11d000809836ef661a6dff1dde024 Mon Sep 17 00:00:00 2001 From: Vitalii Koshura Date: Tue, 13 Oct 2020 22:19:53 +0200 Subject: [sentry-native] Update to 0.4.3 (#13996) * [sentry-native] Update to 0.4.3 Signed-off-by: Vitalii Koshura * Remove port-version string Signed-off-by: Vitalii Koshura --- ports/sentry-native/CONTROL | 3 +-- ports/sentry-native/portfile.cmake | 6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/ports/sentry-native/CONTROL b/ports/sentry-native/CONTROL index a2f4a780e..4326ee72e 100644 --- a/ports/sentry-native/CONTROL +++ b/ports/sentry-native/CONTROL @@ -1,6 +1,5 @@ Source: sentry-native -Version: 0.4.2 -Port-Version: 2 +Version: 0.4.3 Homepage: https://sentry.io/ Description: Sentry SDK for C, C++ and native applications. Build-Depends: curl (!windows) diff --git a/ports/sentry-native/portfile.cmake b/ports/sentry-native/portfile.cmake index 467ee6755..eb5bde8ee 100644 --- a/ports/sentry-native/portfile.cmake +++ b/ports/sentry-native/portfile.cmake @@ -1,9 +1,9 @@ vcpkg_fail_port_install(ON_ARCH "arm" "arm64" ON_TARGET "UWP") vcpkg_download_distfile(ARCHIVE - URLS "https://github.com/getsentry/sentry-native/releases/download/0.4.2/sentry-native.zip" - FILENAME "sentry-native-0.4.2.zip" - SHA512 6353642ceba97b44466ee4854c44cd3649ddb3d1087ff6321848d502fd5dba809778f2f2495134cf0e7a00221e73f40cc2158e46b1604ff6e78403b852f601c5 + URLS "https://github.com/getsentry/sentry-native/releases/download/0.4.3/sentry-native.zip" + FILENAME "sentry-native-0.4.3.zip" + SHA512 73f927aa27b3ff567cdbcf9f59af3f5b0e824a6e0ac4bcd70652dbe6f1c5b81d70afea90fc9f889f9f6b27e742edc975d32ccb4daa8435a3570d6a1d16fe32c3 ) vcpkg_extract_source_archive_ex( -- cgit v1.2.3