summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryochananmarqos2019-05-06 09:43:45 -0600
committeryochananmarqos2019-05-06 09:43:45 -0600
commitc9477e3f8ab8e34d5ca3ddba1ac98983f2b12079 (patch)
tree4cc89262656cb9c5674da5ad33f49b88545930b6
parent151074e90c0ef7f4314ab587d2763e586e8eeb12 (diff)
downloadaur-c9477e3f8ab8e34d5ca3ddba1ac98983f2b12079.tar.gz
updated to 0.7.14
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 509ec370760d..5ddca1e3f2c1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sentry_sdk
pkgdesc = The new Python SDK for Sentry.io
- pkgver = 0.7.13
+ pkgver = 0.7.14
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.13.tar.gz::https://github.com/getsentry/sentry-python/releases/download/0.7.13/sentry-sdk-0.7.13.tar.gz
+ source = python-sentry_sdk-0.7.14.tar.gz::https://github.com/getsentry/sentry-python/releases/download/0.7.14/sentry-sdk-0.7.14.tar.gz
source = https://raw.githubusercontent.com/getsentry/sentry-python/master/LICENSE
- sha256sums = 8aa9c38495edbca52d16627dd6b04b430748591a0fe4502461dc4e3ab81cfef4
+ sha256sums = 5818289868755cfea74e61e532b4b0d11d523901041338d473277db91d4d8173
sha256sums = 59404d4c854e579097d41bfccd5006afde9d6d70e646cf55074cdbfead5ecf1c
pkgname = python-sentry_sdk
diff --git a/PKGBUILD b/PKGBUILD
index 0fa7d4b9c242..cf1f6ddbbd2b 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.13
+pkgver=0.7.14
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=('8aa9c38495edbca52d16627dd6b04b430748591a0fe4502461dc4e3ab81cfef4'
+sha256sums=('5818289868755cfea74e61e532b4b0d11d523901041338d473277db91d4d8173'
'59404d4c854e579097d41bfccd5006afde9d6d70e646cf55074cdbfead5ecf1c')
package_python-sentry_sdk() {