summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9e29612d7cb2..cf07f56fb025 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-sentry_sdk
pkgdesc = The new Python SDK for Sentry.io
- pkgver = 0.12.1
+ pkgver = 0.12.2
pkgrel = 1
url = https://github.com/getsentry/sentry-python
arch = any
license = BSD
makedepends = python-setuptools
makedepends = python2-setuptools
- source = python-sentry_sdk-0.12.1.tar.gz::https://github.com/getsentry/sentry-python/releases/download/0.12.1/sentry-sdk-0.12.1.tar.gz
+ source = python-sentry_sdk-0.12.2.tar.gz::https://github.com/getsentry/sentry-python/releases/download/0.12.2/sentry-sdk-0.12.2.tar.gz
source = https://raw.githubusercontent.com/getsentry/sentry-python/master/LICENSE
- sha256sums = 1c5da96f77307d0afc7811f3adc736c363c52388700e449c6a5310be44c82376
+ sha256sums = 2529ab6f93914d01bcd80b1b16c15a025902350ab19af2033aa5ff797c1600ad
sha256sums = 59404d4c854e579097d41bfccd5006afde9d6d70e646cf55074cdbfead5ecf1c
pkgname = python-sentry_sdk
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() {