From: Josef Schlehofer Date: Thu, 26 Sep 2019 16:21:43 +0000 (+0200) Subject: python-sentry-sdk: Update to version 0.12.2 X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=refs%2Fpull%2F10083%2Fhead;p=feed%2Fpackages.git python-sentry-sdk: Update to version 0.12.2 Signed-off-by: Josef Schlehofer --- diff --git a/lang/python/python-sentry-sdk/Makefile b/lang/python/python-sentry-sdk/Makefile index 93c83cbbc6..2100b78e59 100644 --- a/lang/python/python-sentry-sdk/Makefile +++ b/lang/python/python-sentry-sdk/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-sentry-sdk -PKG_VERSION:=0.11.2 +PKG_VERSION:=0.12.2 PKG_RELEASE:=1 PKG_SOURCE:=sentry-sdk-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://files.pythonhosted.org/packages/source/s/sentry-sdk/ -PKG_HASH:=b4edcb1296fee107439345d0f8b23432b8732b7e28407f928367d0a4a36301a9 +PKG_HASH:=2529ab6f93914d01bcd80b1b16c15a025902350ab19af2033aa5ff797c1600ad PKG_BUILD_DIR:=$(BUILD_DIR)/sentry-sdk-$(PKG_VERSION) PKG_MAINTAINER:=Josef Schlehofer