From: Florian Fieber Date: Thu, 11 Jun 2015 16:37:39 +0000 (+0200) Subject: python3: Download source archive via https X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=b011c10eb5b35e56c21b40f14be403c52e199de8;p=feed%2Fpackages.git python3: Download source archive via https Signed-off-by: Florian Fieber --- diff --git a/lang/python3/Makefile b/lang/python3/Makefile index fa3d6e62e8..5b72475a4b 100644 --- a/lang/python3/Makefile +++ b/lang/python3/Makefile @@ -14,11 +14,11 @@ PYTHON_VERSION:=$(PYTHON3_VERSION) PYTHON_VERSION_MICRO:=$(PYTHON3_VERSION_MICRO) PKG_NAME:=python3 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_VERSION:=$(PYTHON_VERSION).$(PYTHON_VERSION_MICRO) PKG_SOURCE:=Python-$(PKG_VERSION).tar.xz -PKG_SOURCE_URL:=http://www.python.org/ftp/python/$(PKG_VERSION) +PKG_SOURCE_URL:=https://www.python.org/ftp/python/$(PKG_VERSION) PKG_MD5SUM:=d149d2812f10cbe04c042232e7964171 PKG_LICENSE:=PSF @@ -41,7 +41,7 @@ define Package/python3/Default SECTION:=lang CATEGORY:=Languages TITLE:=Python $(PYTHON_VERSION) programming language - URL:=http://www.python.org/ + URL:=https://www.python.org/ MAINTAINER:=Alexandru Ardelean endef