summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorMark Wagie2022-12-20 08:50:42 -0700
committerMark Wagie2022-12-20 08:50:42 -0700
commitd01530568162e736e3ded344d05791748429bcf4 (patch)
treec3adb0446a9841600aee7d5836b041d438f894b7 /PKGBUILD
parentc428d324f1dafa3a47779032620d8db3a99f72c7 (diff)
downloadaur-d01530568162e736e3ded344d05791748429bcf4.tar.gz
1.12.1
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 53dd450300c7..67a658a9473e 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.12.0
+pkgver=1.12.1
pkgrel=1
pkgdesc="The new Python SDK for Sentry.io"
arch=('any')
@@ -35,7 +35,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=('dc0fe6ef2f77a3853b399c75c97d87be7666098817c1c314f8fcdf68a6865914')
+sha256sums=('5bbe4b72de22f9ac1e67f2a4e6efe8fbd595bb59b7b223443f50fe5802a5551c')
build() {
cd "$_name-$pkgver"