Sven-Hendrik Haase pushed to branch main at Arch Linux / Packaging / Packages /
sentry-cli
Commits:
03f46947 by Sven-Hendrik Haase at 2026-03-05T10:31:58+01:00
upgpkg: 3.3.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.2.3
+ pkgver = 3.3.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.2.3.tar.gz::https://github.com/getsentry/sentry-cli/archive/3.2.3.tar.gz
- sha256sums =
9f02e60573951a4b0afb67c57bd37e05ee94d2a4a2f17b82fc5d0b0d87ac6495
+ source =
sentry-cli-3.3.0.tar.gz::https://github.com/getsentry/sentry-cli/archive/3.3.0.tar.gz
+ sha256sums =
41e1becb51a2b55172d64725538554a38f0c1c43fae5998523fdb30ad2bf44c5
pkgname = sentry-cli
=====================================
PKGBUILD
=====================================
@@ -2,7 +2,7 @@
# Contributor: Bambang Catur Pamungkas <[email protected]>
pkgname=sentry-cli
-pkgver=3.2.3
+pkgver=3.3.0
pkgrel=1
pkgdesc="A command line utility to work with Sentry"
arch=('x86_64')
@@ -12,7 +12,7 @@ depends=('glibc' 'libgcc' 'bzip2' 'zlib' 'xz')
makedepends=('cargo')
options=('!lto')
source=("$pkgname-$pkgver.tar.gz"::https://github.com/getsentry/sentry-cli/archive/${pkgver}.tar.gz)
-sha256sums=('9f02e60573951a4b0afb67c57bd37e05ee94d2a4a2f17b82fc5d0b0d87ac6495')
+sha256sums=('41e1becb51a2b55172d64725538554a38f0c1c43fae5998523fdb30ad2bf44c5')
build() {
cd $pkgname-$pkgver
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sentry-cli/-/commit/03f46947433d54e4592c3eb402f78a2542c71157
--
View it on GitLab:
https://gitlab.archlinux.org/archlinux/packaging/packages/sentry-cli/-/commit/03f46947433d54e4592c3eb402f78a2542c71157
You're receiving this email because of your account on gitlab.archlinux.org.