Skip to content

Commit

Permalink
[sentry-native] update to 0.5.4 (#29203)
Browse files Browse the repository at this point in the history
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>

Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
  • Loading branch information
AenBleidd authored Jan 27, 2023
1 parent 75381ea commit db9acc3
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 7 deletions.
6 changes: 3 additions & 3 deletions ports/sentry-native/portfile.cmake
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
vcpkg_download_distfile(ARCHIVE
URLS "https://github.com/getsentry/sentry-native/releases/download/0.5.3/sentry-native.zip"
FILENAME "sentry-native-0.5.3.zip"
SHA512 5d8720a86d683b049d3e393a16b52fd2aea641714740222b473c18b986553c5657f939524670110438b79fb49440e44159a3c7f4470ae29140585df3d26fc34c
URLS "https://github.com/getsentry/sentry-native/releases/download/0.5.4/sentry-native.zip"
FILENAME "sentry-native-0.5.4.zip"
SHA512 847771de9e8a0fda5e1a35131d25459a117fc41c2e827bc369d249cc6f8a195f1e8e9280ca68c24b5d3c51b91060cd5d528e529d9672332c58c63817ad8a1f3a
)

vcpkg_extract_source_archive(
Expand Down
3 changes: 1 addition & 2 deletions ports/sentry-native/vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"name": "sentry-native",
"version": "0.5.3",
"port-version": 2,
"version": "0.5.4",
"description": "Sentry SDK for C, C++ and native applications.",
"homepage": "https://sentry.io/",
"license": "MIT",
Expand Down
4 changes: 2 additions & 2 deletions versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -6993,8 +6993,8 @@
"port-version": 2
},
"sentry-native": {
"baseline": "0.5.3",
"port-version": 2
"baseline": "0.5.4",
"port-version": 0
},
"septag-dmon": {
"baseline": "2022-02-08",
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": "b230da8becc701f07efd5f68cba93fcf4b9be02b",
"version": "0.5.4",
"port-version": 0
},
{
"git-tree": "10a861c0b8f25d9243ce5136b508ef30c9eb126d",
"version": "0.5.3",
Expand Down

0 comments on commit db9acc3

Please sign in to comment.