From b4b5ddfcedae0875e616c7da5f76276b001e9ff4 Mon Sep 17 00:00:00 2001 From: Stephen Walker Date: Thu, 3 May 2012 22:19:01 +0000 Subject: [PATCH] [packages] python: update to 2.7.3 (#11329) SVN-Revision: 31577 --- lang/python/Makefile | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/lang/python/Makefile b/lang/python/Makefile index 6879898bfd..e3a3ff3a1c 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -1,5 +1,5 @@ # -# Copyright (C) 2006-2011 OpenWrt.org +# Copyright (C) 2006-2012 OpenWrt.org # # This is free software, licensed under the GNU General Public License v2. # See /LICENSE for more information. @@ -8,15 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python +PKG_VERSION:=2.7.3 +PKG_RELEASE:=1 -PY_VERSION:=2.7.3 -PY_RC:=rc2 -PKG_VERSION:=$(PY_VERSION)$(PY_RC) -PKG_RELEASE:=2 - -PKG_SOURCE:=Python-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://www.python.org/ftp/python/$(PY_VERSION)/ -PKG_MD5SUM:=67059e1bcaf19e19394d16b80637f75f +PKG_SOURCE:=Python-$(PKG_VERSION).tar.xz +PKG_SOURCE_URL:=http://www.python.org/ftp/python/$(PKG_VERSION) +PKG_MD5SUM:=62c4c1699170078c469f79ddfed21bc0 PKG_INSTALL:=1 PKG_BUILD_PARALLEL:=1 -- 2.30.2