From 8a8100d48e979396ac4310ee3dbfb379565e448e Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Fri, 2 Oct 2020 11:23:44 +0200 Subject: [PATCH] python-sentry-sdk: update to version 0.18.0 Signed-off-by: Josef Schlehofer --- lang/python/python-sentry-sdk/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lang/python/python-sentry-sdk/Makefile b/lang/python/python-sentry-sdk/Makefile index 218281091..e8bce7ff1 100644 --- a/lang/python/python-sentry-sdk/Makefile +++ b/lang/python/python-sentry-sdk/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-sentry-sdk -PKG_VERSION:=0.13.5 -PKG_RELEASE:=2 +PKG_VERSION:=0.18.0 +PKG_RELEASE:=1 PYPI_NAME:=sentry-sdk -PKG_HASH:=c6b919623e488134a728f16326c6f0bcdab7e3f59e7f4c472a90eea4d6d8fe82 +PKG_HASH:=1d91a0059d2d8bb980bec169578035c2f2d4b93cd8a4fb5b85c81904d33e221a PKG_MAINTAINER:=Josef Schlehofer PKG_LICENSE:=BSD-2-Clause