changeset 3600:a89ff94653de

build-python: Update python to 2.7.7 * src/build-python.mk: update version 2.7.7.
author John Donoghue
date Mon, 02 Jun 2014 15:58:44 -0400
parents a18271af06ef
children 2d148d18a8b6
files src/build-python.mk
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/build-python.mk	Mon Jun 02 16:09:18 2014 -0400
+++ b/src/build-python.mk	Mon Jun 02 15:58:44 2014 -0400
@@ -3,11 +3,11 @@
 
 PKG             := build-python
 $(PKG)_IGNORE   :=
-$(PKG)_VERSION  := 2.7.6
-$(PKG)_CHECKSUM := 8328d9f1d55574a287df384f4931a3942f03da64
+$(PKG)_VERSION  := 2.7.7
+$(PKG)_CHECKSUM := 1db01d7f325d8ceaf986976800106018b82ae45a
 $(PKG)_SUBDIR   := Python-$($(PKG)_VERSION)
 $(PKG)_FILE     := Python-$($(PKG)_VERSION).tgz
-$(PKG)_URL      := http://www.python.org/ftp/python/2.7.6/$($(PKG)_FILE)
+$(PKG)_URL      := http://www.python.org/ftp/python/$($(PKG)_VERSION)/$($(PKG)_FILE)
 $(PKG)_DEPS     := 
 ifneq ($(USE_SYSTEM_GCC),yes)
     $(PKG)_DEPS     += build-gcc