From: Hauke Mehrtens Date: Thu, 1 May 2014 18:33:12 +0000 (+0000) Subject: pyyaml: update to version 3.11 X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=1608fdc18b17e3ad0dc626a453a37ce42f5ab21d;p=openwrt%2Fsvn-archive%2Fpackages.git pyyaml: update to version 3.11 Signed-off-by: Hauke Mehrtens SVN-Revision: 40640 --- diff --git a/lang/pyyaml/Makefile b/lang/pyyaml/Makefile index 02103f122..a2759e876 100644 --- a/lang/pyyaml/Makefile +++ b/lang/pyyaml/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=PyYAML -PKG_VERSION:=3.08 +PKG_VERSION:=3.11 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://pyyaml.org/download/pyyaml/ -PKG_MD5SUM:=a4163a2017fa57f448c66815511fa555 +PKG_MD5SUM:=f50e08ef0fe55178479d3a618efe21db PKG_BUILD_DEPENDS:=python