Skip to content

Commit

Permalink
[sentry-native] Update to 0.4.7 (#16021)
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 Feb 9, 2021
1 parent 5e0f59f commit 7ed39c5
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 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.6
Version: 0.4.7
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.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(
Expand Down
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5297,7 +5297,7 @@
"port-version": 0
},
"sentry-native": {
"baseline": "0.4.6",
"baseline": "0.4.7",
"port-version": 0
},
"septag-sx": {
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": "718ff7a01b0f2cca16bb8f89e6a47450efe84e4c",
"version-string": "0.4.7",
"port-version": 0
},
{
"git-tree": "d3d779405f43319446ea028cb8ba8c7b55c32d49",
"version-string": "0.4.6",
Expand Down

0 comments on commit 7ed39c5

Please sign in to comment.