Skip to content

Commit

Permalink
[sentry-native] Update to 0.4.5 (#15790)
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 Jan 22, 2021
1 parent f05b2b6 commit 9053d58
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
3 changes: 1 addition & 2 deletions ports/sentry-native/CONTROL
Original file line number Diff line number Diff line change
@@ -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)
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.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(
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5237,8 +5237,8 @@
"port-version": 0
},
"sentry-native": {
"baseline": "0.4.4",
"port-version": 1
"baseline": "0.4.5",
"port-version": 0
},
"septag-sx": {
"baseline": "2019-05-07-2",
Expand Down
5 changes: 5 additions & 0 deletions versions/s-/sentry-native.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"versions": [
{
"git-tree": "12609c0d641d756b3c3f3170c1a019c662f903fb",
"version-string": "0.4.5",
"port-version": 0
},
{
"git-tree": "9d2965fd3424545a9f822802de092c6e514080b9",
"version-string": "0.4.4",
Expand Down

0 comments on commit 9053d58

Please sign in to comment.