summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryochananmarqos2019-08-17 08:32:18 -0600
committeryochananmarqos2019-08-17 08:32:18 -0600
commit7bf5e6419be0c75a31587527a02421b5a4ee282e (patch)
tree78bcf7f63d30d29de5b64b444c50c69dc60a335e
parentcb53ef6f8ecbfb347960da1f6d85ebdc80ca188f (diff)
downloadaur-7bf5e6419be0c75a31587527a02421b5a4ee282e.tar.gz
updated to 0.11.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9ddf7baee4ad..b7b2425c8e3b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-sentry_sdk
pkgdesc = The new Python SDK for Sentry.io
- pkgver = 0.10.2
+ pkgver = 0.11.0
pkgrel = 1
url = https://github.com/getsentry/sentry-python
arch = any
license = BSD
makedepends = python-setuptools
makedepends = python2-setuptools
- source = python-sentry_sdk-0.10.2.tar.gz::https://github.com/getsentry/sentry-python/releases/download/0.10.2/sentry-sdk-0.10.2.tar.gz
+ 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 = https://raw.githubusercontent.com/getsentry/sentry-python/master/LICENSE
- sha256sums = d491aa6399eaa3eded433972751a9770180730fd8b4c225b0b7f49c4fa2af70b
+ sha256sums = 9eba140e6f9c02f58f6c62f40f1284ceb442c77e704a414efbe5e8401988b483
sha256sums = 59404d4c854e579097d41bfccd5006afde9d6d70e646cf55074cdbfead5ecf1c
pkgname = python-sentry_sdk
diff --git a/PKGBUILD b/PKGBUILD
index 4b9a0b07df2a..2ec7a97f8a00 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.10.2
+pkgver=0.11.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=('d491aa6399eaa3eded433972751a9770180730fd8b4c225b0b7f49c4fa2af70b'
+sha256sums=('9eba140e6f9c02f58f6c62f40f1284ceb442c77e704a414efbe5e8401988b483'
'59404d4c854e579097d41bfccd5006afde9d6d70e646cf55074cdbfead5ecf1c')
build() {