openssl: fix download location

Issue #1295
This commit is contained in:
Christian Helmuth 2014-11-20 17:05:59 +01:00
parent ac6c4682f3
commit c3ce1887a2
2 changed files with 2 additions and 2 deletions

View File

@ -1 +1 @@
d268763333f8e142ba331cfb5348e00e93bf3a96
9e008279b054b5f05cf36027e6aa4aa32a211cc6

View File

@ -2,7 +2,7 @@ LICENSE := OpenSSL
VERSION := 1.0.1i
DOWNLOADS := openssl.archive
URL(openssl) := http://www.openssl.org/source/openssl-$(VERSION).tar.gz
URL(openssl) := https://www.openssl.org/source/old/1.0.1/openssl-$(VERSION).tar.gz
SHA(openssl) := 74eed314fa2c93006df8d26cd9fc630a101abd76
SIG(openssl) := ${URL(openssl)}.asc
KEY(openssl) := "49A563D9 26BB437D F295C759 9C58A66D 2118CF83 F709453B 5A6A9B85"