summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryochananmarqos2019-08-19 12:42:04 -0600
committeryochananmarqos2019-08-19 12:42:04 -0600
commit1545709da8184e71bbb86aad4d0e22f654ff32dd (patch)
tree567f162eaf538e127db76f60a882861cba97e1bb
parent7bf5e6419be0c75a31587527a02421b5a4ee282e (diff)
downloadaur-1545709da8184e71bbb86aad4d0e22f654ff32dd.tar.gz
updated to 0.11.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index b7b2425c8e3b..816ec0a965ae 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-sentry_sdk
pkgdesc = The new Python SDK for Sentry.io
- pkgver = 0.11.0
+ pkgver = 0.11.1
pkgrel = 1
url = https://github.com/getsentry/sentry-python
arch = any
license = BSD
makedepends = python-setuptools
makedepends = python2-setuptools
- source = python-sentry_sdk-0.11.0.tar.gz::https://github.com/getsentry/sentry-python/releases/download/0.11.0/sentry-sdk-0.11.0.tar.gz
+ source = python-sentry_sdk-0.11.1.tar.gz::https://github.com/getsentry/sentry-python/releases/download/0.11.1/sentry-sdk-0.11.1.tar.gz
source = https://raw.githubusercontent.com/getsentry/sentry-python/master/LICENSE
- sha256sums = 9eba140e6f9c02f58f6c62f40f1284ceb442c77e704a414efbe5e8401988b483
+ sha256sums = 79e8352b5097aa06014871c6daad0933f59d1fcccc586339464ea86e4877b2ab
sha256sums = 59404d4c854e579097d41bfccd5006afde9d6d70e646cf55074cdbfead5ecf1c
pkgname = python-sentry_sdk
diff --git a/PKGBUILD b/PKGBUILD
index 2ec7a97f8a00..337b20f32607 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.0
+pkgver=0.11.1
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=('9eba140e6f9c02f58f6c62f40f1284ceb442c77e704a414efbe5e8401988b483'
+sha256sums=('79e8352b5097aa06014871c6daad0933f59d1fcccc586339464ea86e4877b2ab'
'59404d4c854e579097d41bfccd5006afde9d6d70e646cf55074cdbfead5ecf1c')
build() {