diff options
| author | Vitalii Koshura <lestat.de.lionkur@gmail.com> | 2020-09-07 05:53:11 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-06 20:53:11 -0700 |
| commit | c295c35694e7341fd9056c9b3a68ecc4fb2cb6c3 (patch) | |
| tree | d4f3a1fe5acc235eda0d275c4b3c9fdecb610416 | |
| parent | 9ef3b7c81f75e9f7f59acec6b9b9009e7a0eb2ae (diff) | |
| download | vcpkg-c295c35694e7341fd9056c9b3a68ecc4fb2cb6c3.tar.gz vcpkg-c295c35694e7341fd9056c9b3a68ecc4fb2cb6c3.zip | |
[sentry-native] Update to 0.4.1 (#13305)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
| -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 a6166a379..46691143b 100644 --- a/ports/sentry-native/CONTROL +++ b/ports/sentry-native/CONTROL @@ -1,5 +1,5 @@ Source: sentry-native
-Version: 0.4.0
+Version: 0.4.1
Port-Version: 2
Homepage: https://sentry.io/
Description: Sentry SDK for C, C++ and native applications.
diff --git a/ports/sentry-native/portfile.cmake b/ports/sentry-native/portfile.cmake index 28fa4ea60..85bce660a 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.0/sentry-native.zip"
- FILENAME "sentry-native.zip"
- SHA512 1ad5e3eb18a85e7fc4e2015c3ba30840173ead19f988f3b85af9081166a889cf0d9f80946f6d8e92a44f58fbe0b86211faa1f1966496c57afd1261637e9b377c
+ URLS "https://github.com/getsentry/sentry-native/releases/download/0.4.1/sentry-native.zip"
+ FILENAME "sentry-native-0.4.1.zip"
+ SHA512 644e18e89e63c21f7aef9fd389ae768e4f4951ba970d52c529782391e8acb47cb49136dabc156365bdfa13cdd1bd21745d486f836bb21c88f282bd1a533e6420
)
vcpkg_extract_source_archive_ex(
|
