summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryochananmarqos2019-09-21 08:42:48 -0600
committeryochananmarqos2019-09-21 08:42:48 -0600
commitada96f5d7aeb71e3959b8f268057639185585e7b (patch)
tree369f5e5451c55402c3175c091cd9650db46529df /PKGBUILD
parentc910718be352a7698a45b54202bd312b7eecfc79 (diff)
downloadaur-ada96f5d7aeb71e3959b8f268057639185585e7b.tar.gz
updated to 0.12.2
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d2e3e918490f..2613df64b48e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,7 +2,7 @@
pkgname=('python-sentry_sdk' 'python2-sentry_sdk')
pkgbase=python-sentry_sdk
_pkgname=sentry-sdk
-pkgver=0.12.1
+pkgver=0.12.2
pkgrel=1
pkgdesc="The new Python SDK for Sentry.io"
arch=('any')
@@ -11,7 +11,7 @@ license=('BSD')
makedepends=('python-setuptools' 'python2-setuptools')
source=("$pkgname-$pkgver.tar.gz::https://github.com/getsentry/sentry-python/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz"
"https://raw.githubusercontent.com/getsentry/sentry-python/master/LICENSE")
-sha256sums=('1c5da96f77307d0afc7811f3adc736c363c52388700e449c6a5310be44c82376'
+sha256sums=('2529ab6f93914d01bcd80b1b16c15a025902350ab19af2033aa5ff797c1600ad'
'59404d4c854e579097d41bfccd5006afde9d6d70e646cf55074cdbfead5ecf1c')
build() {