diff options
author | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2019-07-09 21:33:48 +0200 |
---|---|---|
committer | Josef Schlehofer <pepe.schlehofer@gmail.com> | 2019-07-10 10:13:44 +0200 |
commit | 4a7b407d70de228dacc66dad8f866d5c05b6d581 (patch) | |
tree | 87daf17908028c30781e7ada11ace4b718bb6494 /lang | |
parent | ce769db0077f3ace8ef691cf33b827a10e0613a5 (diff) |
python-sentry-sdk: Update to version 0.10.1
Signed-off-by: Josef Schlehofer <pepe.schlehofer@gmail.com>
Diffstat (limited to 'lang')
-rw-r--r-- | lang/python/python-sentry-sdk/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/python/python-sentry-sdk/Makefile b/lang/python/python-sentry-sdk/Makefile index 1068be551..8f1c72c40 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.0 +PKG_VERSION:=0.10.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:=14cfbc61e44f7acb18c91b27a0912249c7bf941ecd7e248646e81492464faee0 +PKG_HASH:=7e24f3ec1f4c909306d1b97373fe5caa942f54009acdcfa4d1ee6671f626bbe9 PKG_BUILD_DIR:=$(BUILD_DIR)/sentry-sdk-$(PKG_VERSION) PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz> |