diff options
| author | Vitalii Koshura <lestat.de.lionkur@gmail.com> | 2020-11-13 22:45:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-13 13:45:32 -0800 |
| commit | 5c491b245b133cbb221f489630d713f7635fe68d (patch) | |
| tree | b9e46cc631f2ad27a17cb72273178b71bddc91f6 | |
| parent | 8c98e1a6deda755b5bb15d44350847a3e8637e9b (diff) | |
| download | vcpkg-5c491b245b133cbb221f489630d713f7635fe68d.tar.gz vcpkg-5c491b245b133cbb221f489630d713f7635fe68d.zip | |
[sentry-native] Update to version 0.4.4 (#14541)
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 40fbe7d6b..ed8004c6f 100644 --- a/ports/sentry-native/CONTROL +++ b/ports/sentry-native/CONTROL @@ -1,6 +1,5 @@ Source: sentry-native
-Version: 0.4.3
-Port-Version: 1
+Version: 0.4.4
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 54533d73c..d4b6d313d 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.3/sentry-native.zip"
- FILENAME "sentry-native-0.4.3.zip"
- SHA512 73f927aa27b3ff567cdbcf9f59af3f5b0e824a6e0ac4bcd70652dbe6f1c5b81d70afea90fc9f889f9f6b27e742edc975d32ccb4daa8435a3570d6a1d16fe32c3
+ URLS "https://github.com/getsentry/sentry-native/releases/download/0.4.4/sentry-native.zip"
+ FILENAME "sentry-native-0.4.4.zip"
+ SHA512 2f714343d07328e287113323937fa9045ebb03e1cd95ee18f9dd63ca7b54eba89c7184122e3ad3640e6b4de27f9a619bca6089d6a49a018225fbd93dab446b2d
)
vcpkg_extract_source_archive_ex(
|
