Skip to content

Commit

Permalink
[sentry-native] Update to 0.4.1 (#13305)
Browse files Browse the repository at this point in the history
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
  • Loading branch information
AenBleidd committed Sep 7, 2020
1 parent 9ef3b7c commit c295c35
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion ports/sentry-native/CONTROL
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
6 changes: 3 additions & 3 deletions ports/sentry-native/portfile.cmake
Original file line number Diff line number Diff line change
@@ -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(
Expand Down

0 comments on commit c295c35

Please sign in to comment.