diff options
| author | Vitalii Koshura <lestat.de.lionkur@gmail.com> | 2021-01-22 19:28:34 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-22 10:28:34 -0800 |
| commit | 9053d58017ba3c8018ce6fb5e8e9f970db8525e4 (patch) | |
| tree | 57c6ee746808d0f04b3603d0d1218e6c7d771506 /ports | |
| parent | f05b2b639a4ba6bbd8b291158ab069732f249f3e (diff) | |
| download | vcpkg-9053d58017ba3c8018ce6fb5e8e9f970db8525e4.tar.gz vcpkg-9053d58017ba3c8018ce6fb5e8e9f970db8525e4.zip | |
[sentry-native] Update to 0.4.5 (#15790)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
Diffstat (limited to 'ports')
| -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 404da1cdd..661886260 100644 --- a/ports/sentry-native/CONTROL +++ b/ports/sentry-native/CONTROL @@ -1,6 +1,5 @@ Source: sentry-native
-Version: 0.4.4
-Port-Version: 1
+Version: 0.4.5
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 63eda4d3d..6fba51e62 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.4/sentry-native.zip"
- FILENAME "sentry-native-0.4.4.zip"
- SHA512 2f714343d07328e287113323937fa9045ebb03e1cd95ee18f9dd63ca7b54eba89c7184122e3ad3640e6b4de27f9a619bca6089d6a49a018225fbd93dab446b2d
+ URLS "https://github.com/getsentry/sentry-native/releases/download/0.4.5/sentry-native.zip"
+ FILENAME "sentry-native-0.4.5.zip"
+ SHA512 5bbc58ab2c038d32049b12302f69270d54097092d97fb73d3cf717ad83e639082de75895f7c5244040775d874965d71480f1736b2b7b19579d9226a51aaf0017
)
vcpkg_extract_source_archive_ex(
|
