X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=lang%2Fpython%2FMakefile;h=9fbefd2c09bc4ec06644a0282700acfd8437f802;hp=cc532278bce64eb8f534a43771f9cb5696b653ef;hb=88a9a11c941f8857813f6542df7e2bca609b60fb;hpb=b3e6589fca5a6825571cc419fa2401ac3e6ed0d0 diff --git a/lang/python/Makefile b/lang/python/Makefile index cc532278bc..9fbefd2c09 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python -PKG_VERSION:=2.5.1 -PKG_RELEASE:=2 +PKG_VERSION:=2.5.4 +PKG_RELEASE:=1 PKG_SOURCE:=Python-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://www.python.org/ftp/python/$(PKG_VERSION)/ -#PKG_MD5SUM:=afb5451049eda91fbde10bd5a4b7fadc +PKG_MD5SUM:=394a5f56a5ce811fb0f023197ec0833e PKG_BUILD_DIR:=$(BUILD_DIR)/Python-$(PKG_VERSION)