summaryrefslogtreecommitdiff
path: root/python-schema
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2019-03-04 20:05:58 +0100
committerKarel Kočí <cynerd@email.cz>2019-03-04 20:05:58 +0100
commitd8cba12a38823fdcdb2fbbaaef3ce6fb37c4b474 (patch)
tree3fb00b86dca4ecbfeca6a5e3b4cf6401f587e3a3 /python-schema
parent56f78545fafaaf56328707fe1c634d2eddc7fcbb (diff)
downloadopenwrt-personal-pkgs-d8cba12a38823fdcdb2fbbaaef3ce6fb37c4b474.tar.gz
openwrt-personal-pkgs-d8cba12a38823fdcdb2fbbaaef3ce6fb37c4b474.tar.bz2
openwrt-personal-pkgs-d8cba12a38823fdcdb2fbbaaef3ce6fb37c4b474.zip
python-schema: fix version
Diffstat (limited to 'python-schema')
-rw-r--r--python-schema/Makefile4
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