diff options
| author | Vitalii Koshura <lestat.de.lionkur@gmail.com> | 2021-02-09 02:54:05 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-02-08 17:54:05 -0800 |
| commit | 7ed39c5b95dc0cd8a0569636c659124bc6e8cfa9 (patch) | |
| tree | 6337a26819efa63ba7b73061be4a3c4d6f65f069 | |
| parent | 5e0f59fab0dea5eaae7321f7685e528ec5f52d15 (diff) | |
| download | vcpkg-7ed39c5b95dc0cd8a0569636c659124bc6e8cfa9.tar.gz vcpkg-7ed39c5b95dc0cd8a0569636c659124bc6e8cfa9.zip | |
[sentry-native] Update to 0.4.7 (#16021)
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 ac8368f0f..6c7c24682 100644 --- a/ports/sentry-native/CONTROL +++ b/ports/sentry-native/CONTROL @@ -1,5 +1,5 @@ Source: sentry-native
-Version: 0.4.6
+Version: 0.4.7
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 b3e496964..42f297743 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.6/sentry-native.zip"
- FILENAME "sentry-native-0.4.6.zip"
- SHA512 affc0cbb7930e8d6cf4b4979bf060303d5f939950a4cf265925aff6893d00e748884428be64457b618bc3cddd9a799e4b91cff520c9cd969425c6c564623576f
+ URLS "https://github.com/getsentry/sentry-native/releases/download/0.4.7/sentry-native.zip"
+ FILENAME "sentry-native-0.4.7.zip"
+ SHA512 ad007bdee5fd6ff5afa1a2ee6a44de0cd1f7c05ab51a037b0a974ba99770d7a5eac6bd62da39ad11645dbc64a016925bb96be7a1ac4c1fcb473046a10393a508
)
vcpkg_extract_source_archive_ex(
diff --git a/versions/baseline.json b/versions/baseline.json index 91d1b3097..45c3a76a6 100644 --- a/versions/baseline.json +++ b/versions/baseline.json @@ -5297,7 +5297,7 @@ "port-version": 0 }, "sentry-native": { - "baseline": "0.4.6", + "baseline": "0.4.7", "port-version": 0 }, "septag-sx": { diff --git a/versions/s-/sentry-native.json b/versions/s-/sentry-native.json index a112b084d..0df481473 100644 --- a/versions/s-/sentry-native.json +++ b/versions/s-/sentry-native.json @@ -1,6 +1,11 @@ { "versions": [ { + "git-tree": "718ff7a01b0f2cca16bb8f89e6a47450efe84e4c", + "version-string": "0.4.7", + "port-version": 0 + }, + { "git-tree": "d3d779405f43319446ea028cb8ba8c7b55c32d49", "version-string": "0.4.6", "port-version": 0 |
