summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-10-21 08:46:14 -0600
committerMark Wagie2022-10-21 08:46:14 -0600
commit480e5b6189096941f62bc25e3dd8898009e6d403 (patch)
tree974290ca0f212f031e622c4680c4cfa522ce06e8 /PKGBUILD
parent8303ae8a6f527301e139a3736913c8045f6ce7ef (diff)
downloadaur-480e5b6189096941f62bc25e3dd8898009e6d403.tar.gz
1.10.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 12fbda3c9e63..be4a4251db76 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=1.10.0
+pkgver=1.10.1
pkgrel=1
pkgdesc="The new Python SDK for Sentry.io"
arch=('any')
@@ -33,7 +33,7 @@ optdepends=('python-aiohttp: adds support for the AIOHTTP-Server Web Framework'
'python-pure_eval: for richer stacktraces & additional variables'
'python-executing: for richer stacktraces & better function names')
source=("https://files.pythonhosted.org/packages/source/${_name::1}/$_name/$_name-$pkgver.tar.gz")
-sha256sums=('1b965bcdbfe52321bb1307c7c93c74035afdbfceb5f585f01a963327c5befc4e')
+sha256sums=('105faf7bd7b7fa25653404619ee261527266b14103fe1389e0ce077bd23a9691')
build() {
cd "$_name-$pkgver"