From mboxrd@z Thu Jan 1 00:00:00 1970 From: Michael Tremer To: development@lists.ipfire.org Subject: [PATCH 3/3] python: Update to 2.7.10 Date: Tue, 16 Jun 2015 17:57:54 +0200 Message-ID: <1434470274-31024-3-git-send-email-michael.tremer@ipfire.org> In-Reply-To: <1434470274-31024-1-git-send-email-michael.tremer@ipfire.org> MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============3648381857209992984==" List-Id: --===============3648381857209992984== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Signed-off-by: Michael Tremer --- lfs/python | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lfs/python b/lfs/python index cd47d7e..22613e6 100644 --- a/lfs/python +++ b/lfs/python @@ -24,7 +24,7 @@ include Config -VER = 2.7.9 +VER = 2.7.10 THISAPP = Python-$(VER) DL_FILE = $(THISAPP).tar.xz @@ -40,7 +40,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_MD5 = 38d530f7efc373d64a8fb1637e3baaa7 +$(DL_FILE)_MD5 = c685ef0b8e9f27b5e3db5db12b268ac6 install : $(TARGET) -- 1.8.5.2 --===============3648381857209992984==--