summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2020-08-24 09:44:23 -0600
committerMark Wagie2020-08-24 09:44:23 -0600
commit637750c8d48d65c0093a8b95b3b7f13c82475a9a (patch)
tree995c752ef985566f4055ad72812fa286d130db74 /PKGBUILD
parente9a81013631f813fb541f21f03e72f8a17fdc66d (diff)
downloadaur-637750c8d48d65c0093a8b95b3b7f13c82475a9a.tar.gz
updated to 0.17.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 95d96eca723d..5e58e8fa1e92 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Mark Wagie <mark dot wagie at tutanota dot com>
pkgname=python-sentry_sdk
_name=sentry-sdk
-pkgver=0.16.5
+pkgver=0.17.0
pkgrel=1
pkgdesc="The new Python SDK for Sentry.io"
arch=('any')
@@ -24,7 +24,7 @@ optdepends=('python-flask: adds support for the Flask Web Framework'
'python-pure_eval: for richer stacktraces & additional variables'
'python-executing: for richer stacktraces & better function names')
source=("https://pypi.org/packages/source/${_name:0:1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('e12eb1c2c01cd9e9cfe70608dbda4ef451f37ef0b7cbb92e5d43f87c341d6334')
+sha256sums=('09cbc253c827a88064c5ed548d24fb4294568bfe9b1816a857fa5a423d4ce762')
build() {
cd "$_name-$pkgver"