diff options
| author | Vitalii Koshura <lestat.de.lionkur@gmail.com> | 2021-02-09 02:54:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-08 17:54:05 -0800 |
| commit | 7ed39c5b95dc0cd8a0569636c659124bc6e8cfa9 (patch) | |
| tree | 6337a26819efa63ba7b73061be4a3c4d6f65f069 /ports | |
| parent | 5e0f59fab0dea5eaae7321f7685e528ec5f52d15 (diff) | |
| download | vcpkg-7ed39c5b95dc0cd8a0569636c659124bc6e8cfa9.tar.gz vcpkg-7ed39c5b95dc0cd8a0569636c659124bc6e8cfa9.zip | |
[sentry-native] Update to 0.4.7 (#16021)
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 ac8368f0f..6c7c24682 100644 --- a/ports/sentry-native/CONTROL +++ b/ports/sentry-native/CONTROL @@ -1,5 +1,5 @@ Source: sentry-native
-Version: 0.4.6
+Version: 0.4.7
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 b3e496964..42f297743 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.6/sentry-native.zip"
- FILENAME "sentry-native-0.4.6.zip"
- SHA512 affc0cbb7930e8d6cf4b4979bf060303d5f939950a4cf265925aff6893d00e748884428be64457b618bc3cddd9a799e4b91cff520c9cd969425c6c564623576f
+ URLS "https://github.com/getsentry/sentry-native/releases/download/0.4.7/sentry-native.zip"
+ FILENAME "sentry-native-0.4.7.zip"
+ SHA512 ad007bdee5fd6ff5afa1a2ee6a44de0cd1f7c05ab51a037b0a974ba99770d7a5eac6bd62da39ad11645dbc64a016925bb96be7a1ac4c1fcb473046a10393a508
)
vcpkg_extract_source_archive_ex(
|
