diff options
| -rw-r--r-- | ports/sentry-native/portfile.cmake | 6 | ||||
| -rw-r--r-- | ports/sentry-native/vcpkg.json | 2 | ||||
| -rw-r--r-- | versions/baseline.json | 2 | ||||
| -rw-r--r-- | versions/s-/sentry-native.json | 5 |
4 files changed, 10 insertions, 5 deletions
diff --git a/ports/sentry-native/portfile.cmake b/ports/sentry-native/portfile.cmake index d58798541..4d073e0aa 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.8/sentry-native.zip"
- FILENAME "sentry-native-0.4.8.zip"
- SHA512 87956967ad53d0714934f53ed8c547ec60abeeeffbf337523f461c2e2888b8d00a16683f6e375a87096fea74e096df6afb149ef9ad7228f857ef1c4b30b5fc05
+ URLS "https://github.com/getsentry/sentry-native/releases/download/0.4.9/sentry-native.zip"
+ FILENAME "sentry-native-0.4.9.zip"
+ SHA512 152e3c6cfc7a72421f088f0e9853f016b62e2c22c580edb6255355648d293a31507974bc5c12ef3c0cd721d07797b9948f53ecafa1482d3264504cafac1fe8a3
)
vcpkg_extract_source_archive_ex(
diff --git a/ports/sentry-native/vcpkg.json b/ports/sentry-native/vcpkg.json index b1344980c..fb53a5b4b 100644 --- a/ports/sentry-native/vcpkg.json +++ b/ports/sentry-native/vcpkg.json @@ -1,6 +1,6 @@ { "name": "sentry-native", - "version-semver": "0.4.8", + "version-semver": "0.4.9", "description": "Sentry SDK for C, C++ and native applications.", "homepage": "https://sentry.io/", "supports": "!(arm | arm64 | uwp)", diff --git a/versions/baseline.json b/versions/baseline.json index 40b3c4804..7dd389c6a 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5509,7 +5509,7 @@ "port-version": 0 }, "sentry-native": { - "baseline": "0.4.8", + "baseline": "0.4.9", "port-version": 0 }, "septag-sx": { diff --git a/versions/s-/sentry-native.json b/versions/s-/sentry-native.json index 261f30870..0e7f38455 100644 --- a/versions/s-/sentry-native.json +++ b/versions/s-/sentry-native.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "17febc7e743aa5a91308dd2afd46cec3ef4a6c36", + "version-semver": "0.4.9", + "port-version": 0 + }, + { "git-tree": "32821f7371500deb01b4c67b47e74918b44635dd", "version-semver": "0.4.8", "port-version": 0 |
