summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryochananmarqos2019-03-31 09:00:54 -0600
committeryochananmarqos2019-03-31 09:00:54 -0600
commit099b139fe7d5d0ad6babd4d91b280aa7bc802e44 (patch)
treeebca2ef4363da251857ad42320e983750c77e794
parent5678bb85672a326080835cfcc951ea19d0813544 (diff)
downloadaur-099b139fe7d5d0ad6babd4d91b280aa7bc802e44.tar.gz
updated to 0.7.9
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a7e02dd881fb..b1ac8f905f65 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = python-sentry_sdk
pkgdesc = The new Python SDK for Sentry.io
- pkgver = 0.7.8
+ pkgver = 0.7.9
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.8.tar.gz::https://github.com/getsentry/sentry-python/releases/download/0.7.8/sentry-sdk-0.7.8.tar.gz
+ source = python-sentry_sdk-0.7.9.tar.gz::https://github.com/getsentry/sentry-python/releases/download/0.7.9/sentry-sdk-0.7.9.tar.gz
source = https://raw.githubusercontent.com/getsentry/sentry-python/master/LICENSE
- sha256sums = 128d4b31667dd7240f88911caba323e8409830dc91f7600876527690ebb409a2
+ sha256sums = 35bc2c4f65cc20a8a55d318179037d4e7f9e23379ae306d10fea70e482b017e9
sha256sums = 59404d4c854e579097d41bfccd5006afde9d6d70e646cf55074cdbfead5ecf1c
pkgname = python-sentry_sdk
diff --git a/PKGBUILD b/PKGBUILD
index 8fa4b80f771e..3ff0627f592b 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.8
+pkgver=0.7.9
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=('128d4b31667dd7240f88911caba323e8409830dc91f7600876527690ebb409a2'
+sha256sums=('35bc2c4f65cc20a8a55d318179037d4e7f9e23379ae306d10fea70e482b017e9'
'59404d4c854e579097d41bfccd5006afde9d6d70e646cf55074cdbfead5ecf1c')
package_python-sentry_sdk() {