mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 04:19:00 +08:00
[sentry-native] Update to 0.4.8 (#16550)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
This commit is contained in:
parent
1ff8bc0a60
commit
df574baff7
@ -1,6 +0,0 @@
|
||||
Source: sentry-native
|
||||
Version: 0.4.7
|
||||
Homepage: https://sentry.io/
|
||||
Description: Sentry SDK for C, C++ and native applications.
|
||||
Build-Depends: curl (!windows)
|
||||
Supports: !(arm|arm64|uwp)
|
@ -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.7/sentry-native.zip"
|
||||
FILENAME "sentry-native-0.4.7.zip"
|
||||
SHA512 ad007bdee5fd6ff5afa1a2ee6a44de0cd1f7c05ab51a037b0a974ba99770d7a5eac6bd62da39ad11645dbc64a016925bb96be7a1ac4c1fcb473046a10393a508
|
||||
URLS "https://github.com/getsentry/sentry-native/releases/download/0.4.8/sentry-native.zip"
|
||||
FILENAME "sentry-native-0.4.8.zip"
|
||||
SHA512 87956967ad53d0714934f53ed8c547ec60abeeeffbf337523f461c2e2888b8d00a16683f6e375a87096fea74e096df6afb149ef9ad7228f857ef1c4b30b5fc05
|
||||
)
|
||||
|
||||
vcpkg_extract_source_archive_ex(
|
||||
|
13
ports/sentry-native/vcpkg.json
Normal file
13
ports/sentry-native/vcpkg.json
Normal file
@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "sentry-native",
|
||||
"version-semver": "0.4.8",
|
||||
"description": "Sentry SDK for C, C++ and native applications.",
|
||||
"homepage": "https://sentry.io/",
|
||||
"supports": "!(arm | arm64 | uwp)",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "curl",
|
||||
"platform": "!windows"
|
||||
}
|
||||
]
|
||||
}
|
@ -5349,7 +5349,7 @@
|
||||
"port-version": 0
|
||||
},
|
||||
"sentry-native": {
|
||||
"baseline": "0.4.7",
|
||||
"baseline": "0.4.8",
|
||||
"port-version": 0
|
||||
},
|
||||
"septag-sx": {
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "32821f7371500deb01b4c67b47e74918b44635dd",
|
||||
"version-semver": "0.4.8",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "718ff7a01b0f2cca16bb8f89e6a47450efe84e4c",
|
||||
"version-string": "0.4.7",
|
||||
|
Loading…
Reference in New Issue
Block a user