summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bea49ba3d2b7..d206a2a61d87 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
# Contributor: Bambang Catur Pamungkas <bambangcaturz@gmail.com>
pkgname=sentry-cli
-pkgver=1.55.1
+pkgver=1.56.0
pkgrel=1
pkgdesc="A command line utility to work with Sentry"
arch=('x86_64')
@@ -11,7 +11,7 @@ license=('BSD')
depends=('gcc-libs' 'zlib')
makedepends=('cargo')
source=("$pkgname-$pkgver.tar.gz"::https://github.com/getsentry/sentry-cli/archive/${pkgver}.tar.gz)
-sha256sums=('c439c0f1acad324685b537b39f76152b4463f6cf15ec63ddfe4c4ce3a56b66c2')
+sha256sums=('f6484036c383e07776a37b70b9e3e656ad17c1f9913cab451fa19b1e63152a50')
build() {
cd $pkgname-$pkgver