summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authoryochananmarqos2019-09-18 08:12:31 -0600
committeryochananmarqos2019-09-18 08:12:31 -0600
commit7af1ef768e9a2dc80a0c7c1cd3c77b5706673cb9 (patch)
treef6a716773c449e0128e54030a7e85abe72f1c8b5 /PKGBUILD
parentc4c3d31220793dbe678c76ed3e668306c3e27d50 (diff)
downloadaur-7af1ef768e9a2dc80a0c7c1cd3c77b5706673cb9.tar.gz
updated to 0.12.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index a09ce16ed8a2..81e8da3850b7 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.11.2
+pkgver=0.12.0
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=('b4edcb1296fee107439345d0f8b23432b8732b7e28407f928367d0a4a36301a9'
+sha256sums=('13e58855d6e347f8545c7f18ae4db3d56639540f21e4476d94c8fc16a0af57ca'
'59404d4c854e579097d41bfccd5006afde9d6d70e646cf55074cdbfead5ecf1c')
build() {