python: Fix 2.6.9 SRC_URI

* Change to https so haikuports can detect
  and skip certificate check
This commit is contained in:
Alexander von Gluck IV
2014-03-16 01:56:04 +00:00
parent f92737d5b1
commit 8793a5c08d

View File

@@ -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"