diff options
| author | Vitalii Koshura <lestat.de.lionkur@gmail.com> | 2020-10-13 22:19:53 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-10-13 13:19:53 -0700 |
| commit | ff41de2fd2a11d000809836ef661a6dff1dde024 (patch) | |
| tree | 54551b04335d5edfe9f4c71b1778e1d1f5c52d91 | |
| parent | 33e975398dc44fa2082781ac88649a75e9552b9f (diff) | |
| download | vcpkg-ff41de2fd2a11d000809836ef661a6dff1dde024.tar.gz vcpkg-ff41de2fd2a11d000809836ef661a6dff1dde024.zip | |
[sentry-native] Update to 0.4.3 (#13996)
* [sentry-native] Update to 0.4.3
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
* Remove port-version string
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
| -rw-r--r-- | ports/sentry-native/CONTROL | 3 | ||||
| -rw-r--r-- | 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(
|
