pyyaml: update to version 3.11
authorHauke Mehrtens <hauke@hauke-m.de>
Thu, 1 May 2014 18:33:12 +0000 (18:33 +0000)
committerHauke Mehrtens <hauke@hauke-m.de>
Thu, 1 May 2014 18:33:12 +0000 (18:33 +0000)
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
SVN-Revision: 40640

lang/pyyaml/Makefile

index 02103f1224b10885abb9129da43747a7ee0071d9..a2759e87609a6a030f5c8e658caaca3a95697c1c 100644 (file)
@@ -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