Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions ports/sentry-native/CONTROL

This file was deleted.

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.7/sentry-native.zip"
FILENAME "sentry-native-0.4.7.zip"
SHA512 ad007bdee5fd6ff5afa1a2ee6a44de0cd1f7c05ab51a037b0a974ba99770d7a5eac6bd62da39ad11645dbc64a016925bb96be7a1ac4c1fcb473046a10393a508
URLS "https://github.com/getsentry/sentry-native/releases/download/0.4.8/sentry-native.zip"
FILENAME "sentry-native-0.4.8.zip"
SHA512 87956967ad53d0714934f53ed8c547ec60abeeeffbf337523f461c2e2888b8d00a16683f6e375a87096fea74e096df6afb149ef9ad7228f857ef1c4b30b5fc05
)

vcpkg_extract_source_archive_ex(
Expand Down
13 changes: 13 additions & 0 deletions ports/sentry-native/vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
{
"name": "sentry-native",
"version-semver": "0.4.8",
"description": "Sentry SDK for C, C++ and native applications.",
"homepage": "https://sentry.io/",
"supports": "!(arm | arm64 | uwp)",
"dependencies": [
{
"name": "curl",
"platform": "!windows"
}
]
}
2 changes: 1 addition & 1 deletion versions/baseline.json
Original file line number Diff line number Diff line change
Expand Up @@ -5349,7 +5349,7 @@
"port-version": 0
},
"sentry-native": {
"baseline": "0.4.7",
"baseline": "0.4.8",
"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": "32821f7371500deb01b4c67b47e74918b44635dd",
"version-semver": "0.4.8",
"port-version": 0
},
{
"git-tree": "718ff7a01b0f2cca16bb8f89e6a47450efe84e4c",
"version-string": "0.4.7",
Expand Down