diff options
Diffstat (limited to 'python-schema/Makefile')
-rw-r--r-- | python-schema/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python-schema/Makefile b/python-schema/Makefile index d64f52c..c6e4777 100644 --- a/python-schema/Makefile +++ b/python-schema/Makefile @@ -5,12 +5,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-schema -PKG_VERSION:=0.7.2 +PKG_VERSION:=0.7.0 PKG_RELEASE:=1 PKG_SOURCE_URL:=https://codeload.github.com/keleshev/schema/tar.gz/v$(PKG_VERSION)? PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz -PKG_HASH:=df35c5ecf00f890f6c4780007478c72403730641c83392bae97d4f41f1172805 +PKG_HASH:=6c6da2154c0f63025127a1ecb3b2f07b95ec8dd029663fc74ab2e972bf770c72 PKG_BUILD_DIR:=$(BUILD_DIR)/schema-$(PKG_VERSION) include $(INCLUDE_DIR)/package.mk |