summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryochananmarqos2019-06-24 08:38:58 -0600
committeryochananmarqos2019-06-24 08:38:58 -0600
commit587416d96819d5514abaebfae71c101f526f878f (patch)
treea9b4290781d976d4963d5cf6bb5529fa01726cff
parentee848e337cce498df19546dceda6fece992936ee (diff)
downloadaur-587416d96819d5514abaebfae71c101f526f878f.tar.gz
updated to 0.9.2
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 56188bdf54ad..0cc4e251f014 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sentry_sdk
pkgdesc = The new Python SDK for Sentry.io
- pkgver = 0.9.1
+ pkgver = 0.9.2
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.1.tar.gz::https://github.com/getsentry/sentry-python/releases/download/0.9.1/sentry-sdk-0.9.1.tar.gz
+ source = python-sentry_sdk-0.9.2.tar.gz::https://github.com/getsentry/sentry-python/releases/download/0.9.2/sentry-sdk-0.9.2.tar.gz
source = https://raw.githubusercontent.com/getsentry/sentry-python/master/LICENSE
- sha256sums = ca5dac1b23cae358e7bd9da5ba29f8bdf7748232c24023ae9363098b0e69e586
+ sha256sums = 0db9bf507aa227d100768ad0fcb427ff4b91b941e0a06ba27e74d245062ff714
sha256sums = 59404d4c854e579097d41bfccd5006afde9d6d70e646cf55074cdbfead5ecf1c
pkgname = python-sentry_sdk
diff --git a/PKGBUILD b/PKGBUILD
index 197076f0d869..347b198ece0d 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.1
+pkgver=0.9.2
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=('ca5dac1b23cae358e7bd9da5ba29f8bdf7748232c24023ae9363098b0e69e586'
+sha256sums=('0db9bf507aa227d100768ad0fcb427ff4b91b941e0a06ba27e74d245062ff714'
'59404d4c854e579097d41bfccd5006afde9d6d70e646cf55074cdbfead5ecf1c')
package_python-sentry_sdk() {