summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authoryochananmarqos2019-10-25 09:36:39 -0600
committeryochananmarqos2019-10-25 09:36:39 -0600
commit818410d21e837fe8c9993fb9115d9d8806b33b19 (patch)
treedd7b5185bc369cbc59bc094ca7e3ba824ff20bb3
parent1ffe8121bbf80351bb6e72bd878f9fcacd3a477c (diff)
downloadaur-818410d21e837fe8c9993fb9115d9d8806b33b19.tar.gz
updated to 0.13.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 36a9219e5d3b..84ef699a7888 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,15 +1,15 @@
pkgbase = python-sentry_sdk
pkgdesc = The new Python SDK for Sentry.io
- pkgver = 0.13.0
+ pkgver = 0.13.1
pkgrel = 1
url = https://github.com/getsentry/sentry-python
arch = any
license = BSD
makedepends = python-setuptools
makedepends = python2-setuptools
- source = https://github.com/getsentry/sentry-python/releases/download/0.13.0/sentry-sdk-0.13.0.tar.gz
+ source = https://github.com/getsentry/sentry-python/releases/download/0.13.1/sentry-sdk-0.13.1.tar.gz
source = https://raw.githubusercontent.com/getsentry/sentry-python/master/LICENSE
- sha256sums = ff14935cc3053de0650128f124c36f34a4be120b8cc522c149f5cba342c1fd05
+ sha256sums = f6e850f304382d87c5c52c01db8c0004d2ced6a0b073df2f2257168cf31b31aa
sha256sums = 59404d4c854e579097d41bfccd5006afde9d6d70e646cf55074cdbfead5ecf1c
pkgname = python-sentry_sdk
diff --git a/PKGBUILD b/PKGBUILD
index bc461f736275..9eca9c90a0d9 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.13.0
+pkgver=0.13.1
pkgrel=1
pkgdesc="The new Python SDK for Sentry.io"
arch=('any')
@@ -11,7 +11,7 @@ license=('BSD')
makedepends=('python-setuptools' 'python2-setuptools')
source=("$url/releases/download/$pkgver/$_pkgname-$pkgver.tar.gz"
"https://raw.githubusercontent.com/getsentry/sentry-python/master/LICENSE")
-sha256sums=('ff14935cc3053de0650128f124c36f34a4be120b8cc522c149f5cba342c1fd05'
+sha256sums=('f6e850f304382d87c5c52c01db8c0004d2ced6a0b073df2f2257168cf31b31aa'
'59404d4c854e579097d41bfccd5006afde9d6d70e646cf55074cdbfead5ecf1c')
prepare() {