summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryochananmarqos2019-04-29 10:01:00 -0600
committeryochananmarqos2019-04-29 10:01:00 -0600
commit151074e90c0ef7f4314ab587d2763e586e8eeb12 (patch)
tree380100aede8f2dd3fe9f184dc28e62a35efd38b7
parenteb107489c72649432d4f8bf20e451ece9edf1520 (diff)
downloadaur-151074e90c0ef7f4314ab587d2763e586e8eeb12.tar.gz
updated to 0.7.13
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f50f0e8ec2ef..509ec370760d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sentry_sdk
pkgdesc = The new Python SDK for Sentry.io
- pkgver = 0.7.12
+ pkgver = 0.7.13
pkgrel = 1
url = https://github.com/getsentry/sentry-python
arch = i686
@@ -8,9 +8,9 @@ pkgbase = python-sentry_sdk
license = BSD
makedepends = python-setuptools
makedepends = python2-setuptools
- source = python-sentry_sdk-0.7.12.tar.gz::https://github.com/getsentry/sentry-python/releases/download/0.7.12/sentry-sdk-0.7.12.tar.gz
+ source = python-sentry_sdk-0.7.13.tar.gz::https://github.com/getsentry/sentry-python/releases/download/0.7.13/sentry-sdk-0.7.13.tar.gz
source = https://raw.githubusercontent.com/getsentry/sentry-python/master/LICENSE
- sha256sums = 5df935ae266c11f1ec7f244545f41df8c2dae95f7011aa443a63a0055bb39489
+ sha256sums = 8aa9c38495edbca52d16627dd6b04b430748591a0fe4502461dc4e3ab81cfef4
sha256sums = 59404d4c854e579097d41bfccd5006afde9d6d70e646cf55074cdbfead5ecf1c
pkgname = python-sentry_sdk
diff --git a/PKGBUILD b/PKGBUILD
index 2a6a915b6059..0fa7d4b9c242 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.7.12
+pkgver=0.7.13
pkgrel=1
pkgdesc="The new Python SDK for Sentry.io"
arch=('i686' 'x86_64')
@@ -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=('5df935ae266c11f1ec7f244545f41df8c2dae95f7011aa443a63a0055bb39489'
+sha256sums=('8aa9c38495edbca52d16627dd6b04b430748591a0fe4502461dc4e3ab81cfef4'
'59404d4c854e579097d41bfccd5006afde9d6d70e646cf55074cdbfead5ecf1c')
package_python-sentry_sdk() {