From 1a7ebfbc13bda7c464a48a9d38d68cb3c02dad8d Mon Sep 17 00:00:00 2001 From: Michael Lotz Date: Wed, 28 Mar 2018 22:05:10 +0200 Subject: [PATCH] pycrypto: Switch to HTTPS source. The server apparently refuses to serve the source tarball over plain HTTP. --- dev-python/pycrypto/pycrypto-2.6.1.recipe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/pycrypto/pycrypto-2.6.1.recipe b/dev-python/pycrypto/pycrypto-2.6.1.recipe index 36b066e1f..d526230db 100644 --- a/dev-python/pycrypto/pycrypto-2.6.1.recipe +++ b/dev-python/pycrypto/pycrypto-2.6.1.recipe @@ -8,7 +8,7 @@ HOMEPAGE="http://pypi.python.org/pypi/pycrypto/2.6" LICENSE="pycrypto" COPYRIGHT="2010 Dwayne C. Litzenberger" REVISION="3" -SOURCE_URI="http://pypi.python.org/packages/source/p/pycrypto/pycrypto-$portVersion.tar.gz" +SOURCE_URI="https://pypi.python.org/packages/source/p/pycrypto/pycrypto-$portVersion.tar.gz" CHECKSUM_SHA256="f2ce1e989b272cfcb677616763e0a2e7ec659effa67a88aa92b3a65528f60a3c" ARCHITECTURES="x86_gcc2 x86 x86_64"