aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Kaijser <mcm.kaijser@gmail.com>2016-05-07 22:12:15 +0200
committerMartijn Kaijser <mcm.kaijser@gmail.com>2016-05-07 22:12:15 +0200
commit247e09fcbeb9e5cabcc28dec88ca9a92424b3bb7 (patch)
tree046ea78f1d779ad1547bc3e4b85cab8f82e409be
parent3d570c5098e301eaba458a4b625a91403feaf396 (diff)
[depends] bump to python 2.7.11
-rw-r--r--tools/depends/native/python27-native/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/depends/native/python27-native/Makefile b/tools/depends/native/python27-native/Makefile
index 35ab801c07..cfa705e42a 100644
--- a/tools/depends/native/python27-native/Makefile
+++ b/tools/depends/native/python27-native/Makefile
@@ -4,7 +4,7 @@ DEPS= ../../Makefile.include.in Makefile
# lib name, version
LIBNAME=Python
-VERSION=2.7.10
+VERSION=2.7.11
SOURCE=$(LIBNAME)-$(VERSION)
ARCHIVE=$(SOURCE).tar.xz
CWD=$(shell pwd)