Robin Candau pushed to branch main at Arch Linux / Packaging / Packages / sentry-native
Commits: c5d911a4 by Robin Candau at 2026-02-20T17:42:58+01:00 upgpkg: 0.13.0-1: New upstream release https://github.com/getsentry/sentry-native/releases/tag/0.13.0 - - - - - 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.8 + pkgver = 0.13.0 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.8 + source = git+https://github.com/getsentry/sentry-native.git#tag=0.13.0 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 = a3983f65480efd9e3837de0948d80c73b48dcda8d6374ad9e8116831341a840d13b2b78b54e141c4961aaeb6e3661a7ecce79753c2912ca0771f283007fea0bc + b2sums = c97b62c031f6b83004df896f99376c190f9175efd7a0120777e95013d489c37ae6167802c266a544935e2e861580d6268eb0bac2f9d0ab272486ca5fd8d4a00c b2sums = SKIP b2sums = SKIP b2sums = SKIP ===================================== PKGBUILD ===================================== @@ -2,7 +2,7 @@ # Maintainer: Robin Candau <[email protected]> pkgname=sentry-native -pkgver=0.12.8 +pkgver=0.13.0 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=('a3983f65480efd9e3837de0948d80c73b48dcda8d6374ad9e8116831341a840d13b2b78b54e141c4961aaeb6e3661a7ecce79753c2912ca0771f283007fea0bc' +b2sums=('c97b62c031f6b83004df896f99376c190f9175efd7a0120777e95013d489c37ae6167802c266a544935e2e861580d6268eb0bac2f9d0ab272486ca5fd8d4a00c' 'SKIP' 'SKIP' 'SKIP' View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sentry-native/-/commit/c5d911a4eaa1cb00e79f2ed0a8322caea5f7dded -- View it on GitLab: https://gitlab.archlinux.org/archlinux/packaging/packages/sentry-native/-/commit/c5d911a4eaa1cb00e79f2ed0a8322caea5f7dded You're receiving this email because of your account on gitlab.archlinux.org.
