Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / sentry-native
Commits: aa221b40 by Robin Candau at 2024-11-23T08:55:05+01:00 upgpkg: 0.7.15-1: New upstream release https://github.com/getsentry/sentry-native/releases/tag/0.7.15 - - - - - 2 changed files: - .SRCINFO - PKGBUILD Changes: ===================================== .SRCINFO ===================================== @@ -1,6 +1,6 @@ pkgbase = sentry-native pkgdesc = Sentry SDK for C, C++ and native applications - pkgver = 0.7.14 + pkgver = 0.7.15 pkgrel = 1 url = https://github.com/getsentry/sentry-native arch = x86_64 @@ -16,14 +16,14 @@ pkgbase = sentry-native depends = glibc depends = zlib provides = libsentry.so - source = git+https://github.com/getsentry/sentry-native.git#tag=0.7.14 + source = git+https://github.com/getsentry/sentry-native.git#tag=0.7.15 source = git+https://github.com/getsentry/libunwindstack-ndk.git source = git+https://github.com/getsentry/breakpad.git source = git+https://chromium.googlesource.com/linux-syscall-support.git source = git+https://github.com/getsentry/crashpad.git source = git+https://chromium.googlesource.com/chromium/mini_chromium.git source = git+https://chromium.googlesource.com/chromium/src/third_party/zlib.git - sha256sums = 37d898e47ccbbd58bcbc644c6911cd484bbbfaa5250adfc73259b60a2ff8f3a9 + sha256sums = 8b48f9ef0f67a405d11aa4828a300a4605f807a62b8acbaffbd13958be3ac7f9 sha256sums = SKIP sha256sums = SKIP sha256sums = SKIP ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Robin Candau <[email protected]> pkgname=sentry-native -pkgver=0.7.14 +pkgver=0.7.15 pkgrel=1 pkgdesc="Sentry SDK for C, C++ and native applications" arch=(x86_64) @@ -34,7 +34,7 @@ source=( "git+https://chromium.googlesource.com/chromium/mini_chromium.git" "git+https://chromium.googlesource.com/chromium/src/third_party/zlib.git" ) -sha256sums=('37d898e47ccbbd58bcbc644c6911cd484bbbfaa5250adfc73259b60a2ff8f3a9' +sha256sums=('8b48f9ef0f67a405d11aa4828a300a4605f807a62b8acbaffbd13958be3ac7f9' 'SKIP' 'SKIP' 'SKIP' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sentry-native/-/commit/aa221b40eee097118d23770493020a4ed47d31ca -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sentry-native/-/commit/aa221b40eee097118d23770493020a4ed47d31ca You're receiving this email because of your account on gitlab.archlinux.org.
