summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryochananmarqos2019-03-26 11:41:43 -0600
committeryochananmarqos2019-03-26 11:41:43 -0600
commit5678bb85672a326080835cfcc951ea19d0813544 (patch)
tree2aecb43b4f7291ed394f5ad309d66e106b717dd0
parent120a841b0c0fff24914a6c792874dc789568aab7 (diff)
downloadaur-5678bb85672a326080835cfcc951ea19d0813544.tar.gz
updated to 0.7.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c852493d7564..a7e02dd881fb 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sentry_sdk
pkgdesc = The new Python SDK for Sentry.io
- pkgver = 0.7.7
+ pkgver = 0.7.8
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.7.7.tar.gz::https://github.com/getsentry/sentry-python/releases/download/0.7.7/sentry-sdk-0.7.7.tar.gz
+ source = python-sentry_sdk-0.7.8.tar.gz::https://github.com/getsentry/sentry-python/releases/download/0.7.8/sentry-sdk-0.7.8.tar.gz
source = https://raw.githubusercontent.com/getsentry/sentry-python/master/LICENSE
- sha256sums = c5a41eba2d27416c81c901fe86de887e356aec4df7afd3327c324b2b3db7e934
+ sha256sums = 128d4b31667dd7240f88911caba323e8409830dc91f7600876527690ebb409a2
sha256sums = 59404d4c854e579097d41bfccd5006afde9d6d70e646cf55074cdbfead5ecf1c
pkgname = python-sentry_sdk
diff --git a/PKGBUILD b/PKGBUILD
index 2399152764c8..8fa4b80f771e 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.7.7
+pkgver=0.7.8
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=('c5a41eba2d27416c81c901fe86de887e356aec4df7afd3327c324b2b3db7e934'
+sha256sums=('128d4b31667dd7240f88911caba323e8409830dc91f7600876527690ebb409a2'
'59404d4c854e579097d41bfccd5006afde9d6d70e646cf55074cdbfead5ecf1c')
package_python-sentry_sdk() {