Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / sentry-native
Commits: f7b73a22 by Robin Candau at 2026-02-12T20:03:37+01:00 upgpkg: 0.12.7-1: New upstream release https://github.com/getsentry/sentry-native/releases/tag/0.12.7 - - - - - 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.12.6 + pkgver = 0.12.7 pkgrel = 1 url = https://github.com/getsentry/sentry-native arch = x86_64 @@ -18,14 +18,14 @@ pkgbase = sentry-native depends = glibc depends = zlib provides = libsentry.so - source = git+https://github.com/getsentry/sentry-native.git#tag=0.12.6 + source = git+https://github.com/getsentry/sentry-native.git#tag=0.12.7 source = sentry-native-libunwindstack-ndk::git+https://github.com/getsentry/libunwindstack-ndk.git source = sentry-native-breakpad::git+https://github.com/getsentry/breakpad.git source = sentry-native-linux-syscall-support::git+https://chromium.googlesource.com/linux-syscall-support.git source = sentry-native-crashpad::git+https://github.com/getsentry/crashpad.git source = sentry-native-mini_chromium::git+https://github.com/getsentry/mini_chromium.git source = sentry-native-zlib::git+https://chromium.googlesource.com/chromium/src/third_party/zlib.git - b2sums = ec3ba778822fad7edcff5e0fd7bc54102268946cdbbca83ecde6a52a4bb28b144459a2ecb82505e9aa444b9e55c15d5c887c03e457884db360ecae13c2b0155b + b2sums = ed1b249d1be105042637796655c330b8b3caf5a9d75c893a23f7911f21f5632c8ac2bb36fb403cebbe13575d79d77b5aea476138233d5b2c7a55c6abfc12d37f b2sums = SKIP b2sums = SKIP b2sums = SKIP ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Robin Candau <[email protected]> pkgname=sentry-native -pkgver=0.12.6 +pkgver=0.12.7 pkgrel=1 pkgdesc="Sentry SDK for C, C++ and native applications" arch=(x86_64) @@ -36,7 +36,7 @@ source=( "$pkgname-mini_chromium::git+https://github.com/getsentry/mini_chromium.git" "$pkgname-zlib::git+https://chromium.googlesource.com/chromium/src/third_party/zlib.git" ) -b2sums=('ec3ba778822fad7edcff5e0fd7bc54102268946cdbbca83ecde6a52a4bb28b144459a2ecb82505e9aa444b9e55c15d5c887c03e457884db360ecae13c2b0155b' +b2sums=('ed1b249d1be105042637796655c330b8b3caf5a9d75c893a23f7911f21f5632c8ac2bb36fb403cebbe13575d79d77b5aea476138233d5b2c7a55c6abfc12d37f' 'SKIP' 'SKIP' 'SKIP' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sentry-native/-/commit/f7b73a22cf7d1175e7c4f8d7210517e8f3f18523 -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sentry-native/-/commit/f7b73a22cf7d1175e7c4f8d7210517e8f3f18523 You're receiving this email because of your account on gitlab.archlinux.org.
