From 8793a5c08d5ea68ffe6178aa49e3bd4cafe1839e Mon Sep 17 00:00:00 2001 From: Alexander von Gluck IV Date: Sun, 16 Mar 2014 01:56:04 +0000 Subject: [PATCH] python: Fix 2.6.9 SRC_URI * Change to https so haikuports can detect and skip certificate check --- dev-lang/python/python-2.6.9.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/python/python-2.6.9.recipe b/dev-lang/python/python-2.6.9.recipe index a97f285e6..ad02a3ba3 100644 --- a/dev-lang/python/python-2.6.9.recipe +++ b/dev-lang/python/python-2.6.9.recipe @@ -11,7 +11,7 @@ OSI-approved open source license. HOMEPAGE="http://www.python.org" LICENSE="Python" COPYRIGHT="1990-2012, Python Software Foundation" -SRC_URI="http://www.python.org/ftp/python/2.6.9/Python-2.6.9.tar.xz" +SRC_URI="https://www.python.org/ftp/python/2.6.9/Python-2.6.9.tar.xz" CHECKSUM_MD5="933a811f11e3db3d73ae492f6c3a7a76" REVISION="1" ARCHITECTURES="x86_gcc2 x86 x86_64"