From: Karel Kočí Date: Mon, 16 Sep 2019 11:56:49 +0000 (+0200) Subject: python-schema: update to version 0.7.1 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=7bb6d72a47bd8df69c154e72d2f777da032fa6aa;p=openwrt-packages.git python-schema: update to version 0.7.1 Signed-off-by: Karel Kočí --- diff --git a/lang/python/python-schema/Makefile b/lang/python/python-schema/Makefile index 65ba4fd08..4c96f39cd 100644 --- a/lang/python/python-schema/Makefile +++ b/lang/python/python-schema/Makefile @@ -5,13 +5,13 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-schema -PKG_VERSION:=0.7.0 +PKG_VERSION:=0.7.1 PKG_RELEASE:=1 PKG_MAINTAINER:=Karel Kočí PKG_SOURCE_URL:=https://codeload.github.com/keleshev/schema/tar.gz/v$(PKG_VERSION)? PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_HASH:=6c6da2154c0f63025127a1ecb3b2f07b95ec8dd029663fc74ab2e972bf770c72 +PKG_HASH:=0edc47b343450c116dd67267b6951b43916b2e6893e896da1eefb7a69ef7c83d PKG_BUILD_DIR:=$(BUILD_DIR)/schema-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk