From: hauke Date: Thu, 1 May 2014 18:33:12 +0000 (+0000) Subject: pyyaml: update to version 3.11 X-Git-Url: http://git.archive.openwrt.org/?p=packages.git;a=commitdiff_plain;h=99f22f0453075c8456b5b959eb00992a109d0bf5 pyyaml: update to version 3.11 Signed-off-by: Hauke Mehrtens git-svn-id: svn://svn.openwrt.org/openwrt/packages@40640 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- 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