aboutsummaryrefslogtreecommitdiff
path: root/ports
diff options
context:
space:
mode:
authorVitalii Koshura <lestat.de.lionkur@gmail.com>2021-03-10 20:06:30 +0100
committerGitHub <noreply@github.com>2021-03-10 13:06:30 -0600
commitdf574baff7eee345ab9ed9bf28e2c38175412439 (patch)
tree00d2755e5a1e06601e53bafabb57699e237f714e /ports
parent1ff8bc0a601696e022ca665bf05e366d6d5eb3c0 (diff)
downloadvcpkg-df574baff7eee345ab9ed9bf28e2c38175412439.tar.gz
vcpkg-df574baff7eee345ab9ed9bf28e2c38175412439.zip
[sentry-native] Update to 0.4.8 (#16550)
Signed-off-by: Vitalii Koshura <lestat.de.lionkur@gmail.com>
Diffstat (limited to 'ports')
-rw-r--r--ports/sentry-native/CONTROL6
-rw-r--r--ports/sentry-native/portfile.cmake6
-rw-r--r--ports/sentry-native/vcpkg.json13
3 files changed, 16 insertions, 9 deletions
diff --git a/ports/sentry-native/CONTROL b/ports/sentry-native/CONTROL
deleted file mode 100644
index 6c7c24682..000000000
--- a/ports/sentry-native/CONTROL
+++ /dev/null
@@ -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)
diff --git a/ports/sentry-native/portfile.cmake b/ports/sentry-native/portfile.cmake
index 42f297743..d58798541 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.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(
diff --git a/ports/sentry-native/vcpkg.json b/ports/sentry-native/vcpkg.json
new file mode 100644
index 000000000..b1344980c
--- /dev/null
+++ b/ports/sentry-native/vcpkg.json
@@ -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"
+ }
+ ]
+}