diff options
| author | Vitalii Koshura <lestat.de.lionkur@gmail.com> | 2021-01-27 00:09:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-01-26 15:09:52 -0800 |
| commit | 5f215c65fe6e5ae19df981ad02c2d7c29f778a84 (patch) | |
| tree | bfa91f4cb5e292c9b303e4fbef7dbe031f4d0c17 | |
| parent | 62f5be4fab1c37ff245e506d501d4cde5215845d (diff) | |
| download | vcpkg-5f215c65fe6e5ae19df981ad02c2d7c29f778a84.tar.gz vcpkg-5f215c65fe6e5ae19df981ad02c2d7c29f778a84.zip | |
[sentry-native] Update to 0.4.6 (#15875)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
| -rw-r--r-- | ports/sentry-native/CONTROL | 2 | ||||
| -rw-r--r-- | ports/sentry-native/portfile.cmake | 6 | ||||
| -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/CONTROL b/ports/sentry-native/CONTROL index 661886260..ac8368f0f 100644 --- a/ports/sentry-native/CONTROL +++ b/ports/sentry-native/CONTROL @@ -1,5 +1,5 @@ Source: sentry-native
-Version: 0.4.5
+Version: 0.4.6
Homepage: https://sentry.io/
Description: Sentry SDK for C, C++ and native applications.
Build-Depends: curl (!windows)
diff --git a/ports/sentry-native/portfile.cmake b/ports/sentry-native/portfile.cmake index 6fba51e62..b3e496964 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.5/sentry-native.zip"
- FILENAME "sentry-native-0.4.5.zip"
- SHA512 5bbc58ab2c038d32049b12302f69270d54097092d97fb73d3cf717ad83e639082de75895f7c5244040775d874965d71480f1736b2b7b19579d9226a51aaf0017
+ URLS "https://github.com/getsentry/sentry-native/releases/download/0.4.6/sentry-native.zip"
+ FILENAME "sentry-native-0.4.6.zip"
+ SHA512 affc0cbb7930e8d6cf4b4979bf060303d5f939950a4cf265925aff6893d00e748884428be64457b618bc3cddd9a799e4b91cff520c9cd969425c6c564623576f
)
vcpkg_extract_source_archive_ex(
diff --git a/versions/baseline.json b/versions/baseline.json index c39c26da4..9ddbe7a29 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5253,7 +5253,7 @@ "port-version": 0 }, "sentry-native": { - "baseline": "0.4.5", + "baseline": "0.4.6", "port-version": 0 }, "septag-sx": { diff --git a/versions/s-/sentry-native.json b/versions/s-/sentry-native.json index d913cbf6a..a112b084d 100644 --- a/versions/s-/sentry-native.json +++ b/versions/s-/sentry-native.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "d3d779405f43319446ea028cb8ba8c7b55c32d49", + "version-string": "0.4.6", + "port-version": 0 + }, + { "git-tree": "12609c0d641d756b3c3f3170c1a019c662f903fb", "version-string": "0.4.5", "port-version": 0 |
