mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-19 04:43:02 +08:00
[sentry-native] update to 0.5.4 (#29203)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com> Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
This commit is contained in:
parent
75381ea7fa
commit
db9acc3f29
@ -1,7 +1,7 @@
|
||||
vcpkg_download_distfile(ARCHIVE
|
||||
URLS "https://github.com/getsentry/sentry-native/releases/download/0.5.3/sentry-native.zip"
|
||||
FILENAME "sentry-native-0.5.3.zip"
|
||||
SHA512 5d8720a86d683b049d3e393a16b52fd2aea641714740222b473c18b986553c5657f939524670110438b79fb49440e44159a3c7f4470ae29140585df3d26fc34c
|
||||
URLS "https://github.com/getsentry/sentry-native/releases/download/0.5.4/sentry-native.zip"
|
||||
FILENAME "sentry-native-0.5.4.zip"
|
||||
SHA512 847771de9e8a0fda5e1a35131d25459a117fc41c2e827bc369d249cc6f8a195f1e8e9280ca68c24b5d3c51b91060cd5d528e529d9672332c58c63817ad8a1f3a
|
||||
)
|
||||
|
||||
vcpkg_extract_source_archive(
|
||||
|
@ -1,7 +1,6 @@
|
||||
{
|
||||
"name": "sentry-native",
|
||||
"version": "0.5.3",
|
||||
"port-version": 2,
|
||||
"version": "0.5.4",
|
||||
"description": "Sentry SDK for C, C++ and native applications.",
|
||||
"homepage": "https://sentry.io/",
|
||||
"license": "MIT",
|
||||
|
@ -6993,8 +6993,8 @@
|
||||
"port-version": 2
|
||||
},
|
||||
"sentry-native": {
|
||||
"baseline": "0.5.3",
|
||||
"port-version": 2
|
||||
"baseline": "0.5.4",
|
||||
"port-version": 0
|
||||
},
|
||||
"septag-dmon": {
|
||||
"baseline": "2022-02-08",
|
||||
|
@ -1,5 +1,10 @@
|
||||
{
|
||||
"versions": [
|
||||
{
|
||||
"git-tree": "b230da8becc701f07efd5f68cba93fcf4b9be02b",
|
||||
"version": "0.5.4",
|
||||
"port-version": 0
|
||||
},
|
||||
{
|
||||
"git-tree": "10a861c0b8f25d9243ce5136b508ef30c9eb126d",
|
||||
"version": "0.5.3",
|
||||
|
Loading…
Reference in New Issue
Block a user