X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=blobdiff_plain;f=lang%2Fpython%2FMakefile;h=6848275ba0d53f2c33ebbcec43b00fbcf29ea1a9;hp=e05c97c2dfec6790607de83f89e5f9fa05c96f57;hb=3e962acc6d014265cd589d2263cf9be1ebf4ad81;hpb=c2c86f8a435c8a5fbf37e4be760198411122a495 diff --git a/lang/python/Makefile b/lang/python/Makefile index e05c97c2df..6848275ba0 100644 --- a/lang/python/Makefile +++ b/lang/python/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python -PKG_VERSION:=2.4.3 +PKG_VERSION:=2.4.4 PKG_RELEASE:=1 PKG_SOURCE:=Python-$(PKG_VERSION).tar.bz2 -PKG_SOURCE_URL:=http://www.python.org/ftp/python/2.4.3/ -PKG_MD5SUM:=141c683447d5e76be1d2bd4829574f02 +PKG_SOURCE_URL:=http://www.python.org/ftp/python/2.4.4/ +PKG_MD5SUM:=0ba90c79175c017101100ebf5978e906 PKG_CAT:=bzcat PKG_BUILD_DIR:=$(BUILD_DIR)/Python-$(PKG_VERSION)