aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartijn Kaijser <martijn@xbmc.org>2016-05-08 12:01:02 +0200
committerMartijn Kaijser <martijn@xbmc.org>2016-05-08 12:01:02 +0200
commitddb4e35e93fea55d2e7c919d2da75b94d0460dc9 (patch)
tree0113ea310fa57d08a0b895773f9f492fa23f527b
parentcbb432aeb77ad2edf0bad83e53c8a501838c3b6a (diff)
parent247e09fcbeb9e5cabcc28dec88ca9a92424b3bb7 (diff)
Merge pull request #9770 from MartijnKaijser/python2711
[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)