From 631608e3ef62a683b0585a145f8d79991c57dd3a Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 19 Apr 2009 19:24:10 +0200 Subject: [PATCH] python: update to 2.6.2. --HG-- extra : convert_revision : eb924260fb3e114702102d842b9b624ad1a70252 --- templates/python/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/python/template b/templates/python/template index ffac4b90b83..f59a44bbeb6 100644 --- a/templates/python/template +++ b/templates/python/template @@ -1,13 +1,13 @@ # Template build file for 'python'. pkgname=python -version=2.6.1 +version=2.6.2 wrksrc="Python-$version" distfiles="http://www.python.org/ftp/python/$version/Python-$version.tar.bz2" configure_args="--with-threads --enable-shared" build_style=gnu_configure short_desc="Interpreted, interactive, object-oriented programming language" maintainer="Juan RP " -checksum=cf153f10ba6312a8303ceb01bed834a2786d28aa89c7d73dba64714f691628f6 +checksum=a1cdc4a8f6c1f947ea3b87d097af2db4371019bac941d92c3844124c5694328b long_desc=" Python is an interpreted, interactive, object-oriented programming language that combines remarkable power with very clear syntax. For an introduction