Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
sentry-cli
Commits:
2f6f8008 by Sven-Hendrik Haase at 2026-02-10T19:36:58+01:00
upgpkg: 3.2.0-1
- - - - -
2 changed files:
- .SRCINFO
- PKGBUILD
Changes:
=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
pkgbase = sentry-cli
pkgdesc = A command line utility to work with Sentry
- pkgver = 3.1.0
+ pkgver = 3.2.0
pkgrel = 1
url = https://docs.sentry.io/cli/
arch = x86_64
@@ -12,7 +12,7 @@ pkgbase = sentry-cli
depends = zlib
depends = xz
options = !lto
- source =
sentry-cli-3.1.0.tar.gz::https://github.com/getsentry/sentry-cli/archive/3.1.0.tar.gz
- sha256sums =
88b2c1f14cc2cecc8cc5c4c58e89113c4b2ff625e1c4231b428f8593670eca32
+ source =
sentry-cli-3.2.0.tar.gz::https://github.com/getsentry/sentry-cli/archive/3.2.0.tar.gz
+ sha256sums =
859caba03f1c022e7ba2e580a40219b77b2753f3f7dd5f472c7f8418c69a740b
pkgname = sentry-cli
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Bambang Catur Pamungkas <[email protected]>
pkgname=sentry-cli
-pkgver=3.1.0
+pkgver=3.2.0
pkgrel=1
pkgdesc="A command line utility to work with Sentry"
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('glibc' 'gcc-libs' 'bzip2' 'zlib' 'xz')
makedepends=('cargo')
options=('!lto')
source=("$pkgname-$pkgver.tar.gz"::https://github.com/getsentry/sentry-cli/archive/${pkgver}.tar.gz)
-sha256sums=('88b2c1f14cc2cecc8cc5c4c58e89113c4b2ff625e1c4231b428f8593670eca32')
+sha256sums=('859caba03f1c022e7ba2e580a40219b77b2753f3f7dd5f472c7f8418c69a740b')
build() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sentry-cli/-/commit/2f6f800874eff8ae06a816403dfda97191a6bf87
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sentry-cli/-/commit/2f6f800874eff8ae06a816403dfda97191a6bf87
You're receiving this email because of your account on gitlab.archlinux.org.