diff --git a/ports/sentry-native/CONTROL b/ports/sentry-native/CONTROL deleted file mode 100644 index 6c7c246821bb1e..00000000000000 --- a/ports/sentry-native/CONTROL +++ /dev/null @@ -1,6 +0,0 @@ -Source: sentry-native -Version: 0.4.7 -Homepage: https://sentry.io/ -Description: Sentry SDK for C, C++ and native applications. -Build-Depends: curl (!windows) -Supports: !(arm|arm64|uwp) diff --git a/ports/sentry-native/portfile.cmake b/ports/sentry-native/portfile.cmake index 42f297743e5f67..d587985417f40f 100644 --- a/ports/sentry-native/portfile.cmake +++ b/ports/sentry-native/portfile.cmake @@ -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( diff --git a/ports/sentry-native/vcpkg.json b/ports/sentry-native/vcpkg.json new file mode 100644 index 00000000000000..b1344980c702d7 --- /dev/null +++ b/ports/sentry-native/vcpkg.json @@ -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" + } + ] +} diff --git a/versions/baseline.json b/versions/baseline.json index 89747c78d5b34c..873a7f2219053a 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5349,7 +5349,7 @@ "port-version": 0 }, "sentry-native": { - "baseline": "0.4.7", + "baseline": "0.4.8", "port-version": 0 }, "septag-sx": { diff --git a/versions/s-/sentry-native.json b/versions/s-/sentry-native.json index 0df48147374482..261f308706b8d9 100644 --- a/versions/s-/sentry-native.json +++ b/versions/s-/sentry-native.json @@ -1,5 +1,10 @@ { "versions": [ + { + "git-tree": "32821f7371500deb01b4c67b47e74918b44635dd", + "version-semver": "0.4.8", + "port-version": 0 + }, { "git-tree": "718ff7a01b0f2cca16bb8f89e6a47450efe84e4c", "version-string": "0.4.7",