Skip to content
Snippets Groups Projects
Commit 2be06541 authored by Matt Belhorn's avatar Matt Belhorn
Browse files

Openssl package should not require openssl (https) to obtain source.

parent a095fd51
No related branches found
No related tags found
No related merge requests found
...@@ -34,7 +34,7 @@ class Openssl(Package): ...@@ -34,7 +34,7 @@ class Openssl(Package):
Transport Layer Security (TLS v1) protocols as well as a Transport Layer Security (TLS v1) protocols as well as a
full-strength general purpose cryptography library.""" full-strength general purpose cryptography library."""
homepage = "http://www.openssl.org" homepage = "http://www.openssl.org"
url = "https://www.openssl.org/source/openssl-1.0.1h.tar.gz" url = "ftp://openssl.org/source/openssl-1.0.1h.tar.gz"
version('1.0.1h', '8d6d684a9430d5cc98a62a5d8fbda8cf') version('1.0.1h', '8d6d684a9430d5cc98a62a5d8fbda8cf')
version('1.0.1r', '1abd905e079542ccae948af37e393d28') version('1.0.1r', '1abd905e079542ccae948af37e393d28')
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment