From 4f6a72704280bd392ed3b35114796e83744ac74a Mon Sep 17 00:00:00 2001 From: Josef Schlehofer Date: Tue, 20 Aug 2019 22:57:39 +0200 Subject: [PATCH] python-sentry-sdk: Update to version 0.11.1 Signed-off-by: Josef Schlehofer --- lang/python/python-sentry-sdk/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/python/python-sentry-sdk/Makefile b/lang/python/python-sentry-sdk/Makefile index 3ce3e5b4e..0c677088e 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.10.2 +PKG_VERSION:=0.11.1 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:=d491aa6399eaa3eded433972751a9770180730fd8b4c225b0b7f49c4fa2af70b +PKG_HASH:=79e8352b5097aa06014871c6daad0933f59d1fcccc586339464ea86e4877b2ab PKG_BUILD_DIR:=$(BUILD_DIR)/sentry-sdk-$(PKG_VERSION) PKG_MAINTAINER:=Josef Schlehofer