From c3c4e6e4f2b214c5bcba6b766475fbcf063477fa Mon Sep 17 00:00:00 2001 From: Duncaen Date: Sat, 21 Jan 2017 16:00:50 +0100 Subject: [PATCH] python3: update to 3.5.3. --- srcpkgs/python3/template | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/python3/template b/srcpkgs/python3/template index 28b96b16307..056920b5474 100644 --- a/srcpkgs/python3/template +++ b/srcpkgs/python3/template @@ -1,14 +1,14 @@ # Template file for 'python3' pkgname=python3 -version=3.5.2 -revision=4 +version=3.5.3 +revision=1 wrksrc="Python-${version}" short_desc="Interpreted, interactive, object-oriented programming language (${version%.*} series)" maintainer="Juan RP " homepage="https://www.python.org" license="PSF" distfiles="https://www.python.org/ftp/python/${version}/Python-${version}.tar.xz" -checksum=0010f56100b9b74259ebcd5d4b295a32324b58b517403a10d1a2aa7cb22bca40 +checksum=eefe2ad6575855423ab630f5b51a8ef6e5556f774584c06beab4926f930ddbb0 replaces="python3.4>=0 python3.5>=0" pycompile_dirs="usr/lib/python3.5"