Browse Source

python-sentry-sdk: Update to version 0.10.2

Signed-off-by: Josef Schlehofer <josef.schlehofer@nic.cz>
lilik-openwrt-22.03
Josef Schlehofer 5 years ago
parent
commit
df03098352
No known key found for this signature in database GPG Key ID: 7170BA2F1D029FCB
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      lang/python/python-sentry-sdk/Makefile

+ 2
- 2
lang/python/python-sentry-sdk/Makefile View File

@ -8,12 +8,12 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=python-sentry-sdk
PKG_VERSION:=0.10.1
PKG_VERSION:=0.10.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:=7e24f3ec1f4c909306d1b97373fe5caa942f54009acdcfa4d1ee6671f626bbe9
PKG_HASH:=d491aa6399eaa3eded433972751a9770180730fd8b4c225b0b7f49c4fa2af70b
PKG_BUILD_DIR:=$(BUILD_DIR)/sentry-sdk-$(PKG_VERSION)
PKG_MAINTAINER:=Josef Schlehofer <josef.schlehofer@nic.cz>


Loading…
Cancel
Save