From 3b4401fb86256792c31407e4ba5b4efb076062c4 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 7 Dec 2015 11:06:01 +0100 Subject: [PATCH] python: update to 2.7.11. --- srcpkgs/python/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python/template b/srcpkgs/python/template index 93deada0325..7c6016be2e1 100644 --- a/srcpkgs/python/template +++ b/srcpkgs/python/template @@ -3,8 +3,8 @@ # THIS PKG MUST BE SYNCHRONIZED WITH "srcpkgs/python-tkinter". # pkgname=python -version=2.7.10 -revision=7 +version=2.7.11 +revision=1 wrksrc="Python-${version}" hostmakedepends="pkg-config" makedepends=" @@ -16,7 +16,7 @@ maintainer="Juan RP " homepage="http://www.python.org" license="PSF" distfiles="http://www.python.org/ftp/python/$version/Python-$version.tar.xz" -checksum=1cd3730781b91caf0fa1c4d472dc29274186480161a150294c42ce9b5c5effc0 +checksum=962b4c45af50124ea61f11a30deb4342fc0bc21126790fa1d7f6c79809413f46 pre_configure() { # Ensure that internal copies of expat, libffi and zlib are not used.