summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryochananmarqos2019-06-02 09:13:41 -0600
committeryochananmarqos2019-06-02 09:13:41 -0600
commit2246ff1a9ebf7c78963b1aaf1f4032c4e2d592df (patch)
treed7e1fc93c964eb257a6dd4999b638eadf826e026
parent5468f52d1bdc35f7035b37e13491f701586c6bc1 (diff)
downloadaur-2246ff1a9ebf7c78963b1aaf1f4032c4e2d592df.tar.gz
updated to 0.8.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b1f91f6ffc2..0df59ded8786 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sentry_sdk
pkgdesc = The new Python SDK for Sentry.io
- pkgver = 0.8.0
+ pkgver = 0.8.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.8.0.tar.gz::https://github.com/getsentry/sentry-python/releases/download/0.8.0/sentry-sdk-0.8.0.tar.gz
+ source = python-sentry_sdk-0.8.1.tar.gz::https://github.com/getsentry/sentry-python/releases/download/0.8.1/sentry-sdk-0.8.1.tar.gz
source = https://raw.githubusercontent.com/getsentry/sentry-python/master/LICENSE
- sha256sums = f5819df450d7b0696be69a0c6d70a09e4890a3844ee8ccb7a461794135bd5965
+ sha256sums = f137cfb8bf709f69fa4634a7debd13284a3a590c374846285875be41d1fe87a8
sha256sums = 59404d4c854e579097d41bfccd5006afde9d6d70e646cf55074cdbfead5ecf1c
pkgname = python-sentry_sdk
diff --git a/PKGBUILD b/PKGBUILD
index aaa502dbc24b..089d7d75d54f 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.8.0
+pkgver=0.8.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=('f5819df450d7b0696be69a0c6d70a09e4890a3844ee8ccb7a461794135bd5965'
+sha256sums=('f137cfb8bf709f69fa4634a7debd13284a3a590c374846285875be41d1fe87a8'
'59404d4c854e579097d41bfccd5006afde9d6d70e646cf55074cdbfead5ecf1c')
package_python-sentry_sdk() {