mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:19:00 +08:00
[sentry-native] update to 0.7.15 (#42292)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
This commit is contained in:
parent
b1c05862a8
commit
6effbd5591
@ -1,7 +1,7 @@
|
|||||||
vcpkg_download_distfile(ARCHIVE
|
vcpkg_download_distfile(ARCHIVE
|
||||||
URLS "https://github.com/getsentry/sentry-native/releases/download/${VERSION}/sentry-native.zip"
|
URLS "https://github.com/getsentry/sentry-native/releases/download/${VERSION}/sentry-native.zip"
|
||||||
FILENAME "sentry-native-${VERSION}.zip"
|
FILENAME "sentry-native-${VERSION}.zip"
|
||||||
SHA512 158bc23ff84ce1f2d9649482fa1e3ff4a4a6c9b4698ae83d48dc82b8ecabcf3de419c23117795b43b76de55d9bf2214f0a6300180cf33a2285f83db027f17e73
|
SHA512 dfe1b3c17800a29d3a37b2c37fdadd8e7a18340031aef2838c4ce00eb5fb19147846b3dea12ef599dd67160c159e2bb550229deb17a4f7fa8488ab56cde229d1
|
||||||
)
|
)
|
||||||
|
|
||||||
vcpkg_extract_source_archive(
|
vcpkg_extract_source_archive(
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "sentry-native",
|
"name": "sentry-native",
|
||||||
"version": "0.7.13",
|
"version": "0.7.15",
|
||||||
"description": "Sentry SDK for C, C++ and native applications.",
|
"description": "Sentry SDK for C, C++ and native applications.",
|
||||||
"homepage": "https://sentry.io/",
|
"homepage": "https://sentry.io/",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
|
@ -8269,7 +8269,7 @@
|
|||||||
"port-version": 1
|
"port-version": 1
|
||||||
},
|
},
|
||||||
"sentry-native": {
|
"sentry-native": {
|
||||||
"baseline": "0.7.13",
|
"baseline": "0.7.15",
|
||||||
"port-version": 0
|
"port-version": 0
|
||||||
},
|
},
|
||||||
"septag-dmon": {
|
"septag-dmon": {
|
||||||
|
@ -1,5 +1,10 @@
|
|||||||
{
|
{
|
||||||
"versions": [
|
"versions": [
|
||||||
|
{
|
||||||
|
"git-tree": "ac2774a6afddaab9baf5835d3471149001006258",
|
||||||
|
"version": "0.7.15",
|
||||||
|
"port-version": 0
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"git-tree": "d2ab9b0d88a8028f17c6c564c8d89f4a9bcce6a2",
|
"git-tree": "d2ab9b0d88a8028f17c6c564c8d89f4a9bcce6a2",
|
||||||
"version": "0.7.13",
|
"version": "0.7.13",
|
||||||
|
Loading…
Reference in New Issue
Block a user