summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryochananmarqos2019-06-21 09:26:02 -0600
committeryochananmarqos2019-06-21 09:26:02 -0600
commitee848e337cce498df19546dceda6fece992936ee (patch)
treee5ae3ded4257cebf6ac4ec69af34c78a6b02d56a
parentb47a54a5202a29ccba1e1ac97180e6b2a822221e (diff)
downloadaur-ee848e337cce498df19546dceda6fece992936ee.tar.gz
updated to 0.9.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 86b785a856c1..56188bdf54ad 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sentry_sdk
pkgdesc = The new Python SDK for Sentry.io
- pkgver = 0.9.0
+ pkgver = 0.9.1
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.9.0.tar.gz::https://github.com/getsentry/sentry-python/releases/download/0.9.0/sentry-sdk-0.9.0.tar.gz
+ source = python-sentry_sdk-0.9.1.tar.gz::https://github.com/getsentry/sentry-python/releases/download/0.9.1/sentry-sdk-0.9.1.tar.gz
source = https://raw.githubusercontent.com/getsentry/sentry-python/master/LICENSE
- sha256sums = 52881e11649d7e5a0b04c026adcf473ab16d0ec4a1cf5e7259dd292c984264ef
+ sha256sums = ca5dac1b23cae358e7bd9da5ba29f8bdf7748232c24023ae9363098b0e69e586
sha256sums = 59404d4c854e579097d41bfccd5006afde9d6d70e646cf55074cdbfead5ecf1c
pkgname = python-sentry_sdk
diff --git a/PKGBUILD b/PKGBUILD
index 10e027cc446e..197076f0d869 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.9.0
+pkgver=0.9.1
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=('52881e11649d7e5a0b04c026adcf473ab16d0ec4a1cf5e7259dd292c984264ef'
+sha256sums=('ca5dac1b23cae358e7bd9da5ba29f8bdf7748232c24023ae9363098b0e69e586'
'59404d4c854e579097d41bfccd5006afde9d6d70e646cf55074cdbfead5ecf1c')
package_python-sentry_sdk() {