diff options
| author | Vitalii Koshura <lestat.de.lionkur@gmail.com> | 2021-01-27 00:09:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-26 15:09:52 -0800 |
| commit | 5f215c65fe6e5ae19df981ad02c2d7c29f778a84 (patch) | |
| tree | bfa91f4cb5e292c9b303e4fbef7dbe031f4d0c17 /ports | |
| parent | 62f5be4fab1c37ff245e506d501d4cde5215845d (diff) | |
| download | vcpkg-5f215c65fe6e5ae19df981ad02c2d7c29f778a84.tar.gz vcpkg-5f215c65fe6e5ae19df981ad02c2d7c29f778a84.zip | |
[sentry-native] Update to 0.4.6 (#15875)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
Diffstat (limited to 'ports')
| -rw-r--r-- | ports/sentry-native/CONTROL | 2 | ||||
| -rw-r--r-- | ports/sentry-native/portfile.cmake | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/ports/sentry-native/CONTROL b/ports/sentry-native/CONTROL index 661886260..ac8368f0f 100644 --- a/ports/sentry-native/CONTROL +++ b/ports/sentry-native/CONTROL @@ -1,5 +1,5 @@ Source: sentry-native
-Version: 0.4.5
+Version: 0.4.6
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 6fba51e62..b3e496964 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.5/sentry-native.zip"
- FILENAME "sentry-native-0.4.5.zip"
- SHA512 5bbc58ab2c038d32049b12302f69270d54097092d97fb73d3cf717ad83e639082de75895f7c5244040775d874965d71480f1736b2b7b19579d9226a51aaf0017
+ URLS "https://github.com/getsentry/sentry-native/releases/download/0.4.6/sentry-native.zip"
+ FILENAME "sentry-native-0.4.6.zip"
+ SHA512 affc0cbb7930e8d6cf4b4979bf060303d5f939950a4cf265925aff6893d00e748884428be64457b618bc3cddd9a799e4b91cff520c9cd969425c6c564623576f
)
vcpkg_extract_source_archive_ex(
|
