aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorVitalii Koshura <lestat.de.lionkur@gmail.com>2021-04-23 19:47:35 +0200
committerGitHub <noreply@github.com>2021-04-23 10:47:35 -0700
commit4e103fa5d2292f0bdc0c3bc4518dfce9585fe968 (patch)
tree83945ad8ce4f24a3a42f1bacc75a2ed55c03b68d /ports
parent5a5d5412233d13986e8ee526a0839d4d65a9bd07 (diff)
downloadvcpkg-4e103fa5d2292f0bdc0c3bc4518dfce9585fe968.tar.gz
vcpkg-4e103fa5d2292f0bdc0c3bc4518dfce9585fe968.zip
[sentry-native] Update to 0.4.9 (#17413)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
Diffstat (limited to 'ports')
-rw-r--r--ports/sentry-native/portfile.cmake6
-rw-r--r--ports/sentry-native/vcpkg.json2
2 files changed, 4 insertions, 4 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)",