aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorVitalii Koshura <lestat.de.lionkur@gmail.com>2021-07-08 19:53:01 +0200
committerGitHub <noreply@github.com>2021-07-08 10:53:01 -0700
commit9b96f7fce0904fc3d625991464199c4a88903b86 (patch)
tree005cf401783c427ffa58d1b1ce8f802a9114886d /ports
parent1af1e604cdfa56408782f00c0134b168fecac3c6 (diff)
downloadvcpkg-9b96f7fce0904fc3d625991464199c4a88903b86.tar.gz
vcpkg-9b96f7fce0904fc3d625991464199c4a88903b86.zip
[sentry-native] Update to 0.4.11 (#18856)
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 e810d504c..7fac38cf5 100644
--- a/ports/sentry-native/portfile.cmake
+++ b/ports/sentry-native/portfile.cmake
@@ -3,9 +3,9 @@ if(NOT VCPKG_TARGET_IS_OSX)
endif()
vcpkg_download_distfile(ARCHIVE
- URLS "https://github.com/getsentry/sentry-native/releases/download/0.4.10/sentry-native.zip"
- FILENAME "sentry-native-0.4.10.zip"
- SHA512 fd7aa8de707b19dfc3704e3f1d73bb35aa65cf26e95df0baf2061ce756232b76b26d406ffc11b53e57d949f5f14899265095d8d4d3f8ff4777cdeceeca5b6f94
+ URLS "https://github.com/getsentry/sentry-native/releases/download/0.4.11/sentry-native.zip"
+ FILENAME "sentry-native-0.4.11.zip"
+ SHA512 3d66295526c0cd068a0b7c2180dbeae7594775b3eb3199a74da7efe634cbc19cff6eba8d44b1479037c43c6eb58a9ba4fdaf8da6995767f27c585a0d42582c37
)
vcpkg_extract_source_archive_ex(
diff --git a/ports/sentry-native/vcpkg.json b/ports/sentry-native/vcpkg.json
index 131b08ce3..afbe40dc8 100644
--- a/ports/sentry-native/vcpkg.json
+++ b/ports/sentry-native/vcpkg.json
@@ -1,6 +1,6 @@
{
"name": "sentry-native",
- "version-semver": "0.4.10",
+ "version-semver": "0.4.11",
"description": "Sentry SDK for C, C++ and native applications.",
"homepage": "https://sentry.io/",
"supports": "!(arm | (arm64 & !osx) | uwp)",