Skip to content

Commit

Permalink
update libressl pair.com mirror broken
Browse files Browse the repository at this point in the history
  • Loading branch information
centminmod committed Mar 29, 2017
1 parent 4cb6812 commit d6e0b16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions inc/downloads.inc
Original file line number Diff line number Diff line change
Expand Up @@ -564,7 +564,7 @@ libresslgeolocation() {
curl -sI --connect-timeout 5 --max-time 5 "$LIBRESSL_LINK" | grep 'HTTP\/' | grep '200'
LIBRESSL_CURLCHECK=$?
if [[ "$LIBRESSL_CURLCHECK" != '0' ]]; then
LIBRESSL_MIRRORURL="http://openbsd.mirrors.pair.com/LibreSSL"
LIBRESSL_MIRRORURL="http://mirrors.mit.edu/pub/OpenBSD/LibreSSL"
LIBRESSL_LINK="${LIBRESSL_MIRRORURL}/libressl-${LIBRESSL_VERSION}.tar.gz"
curl -sI --connect-timeout 5 --max-time 5 "$LIBRESSL_LINK" | grep 'HTTP\/' | grep '200'
LIBRESSL_CURLCHECK=$?
Expand Down Expand Up @@ -613,7 +613,7 @@ libresslgeolocation() {
curl -sI --connect-timeout 5 --max-time 5 "$LIBRESSL_LINK" | grep 'HTTP\/' | grep '200'
LIBRESSL_CURLCHECK=$?
if [[ "$LIBRESSL_CURLCHECK" != '0' ]]; then
LIBRESSL_MIRRORURL="http://openbsd.mirrors.pair.com/LibreSSL"
LIBRESSL_MIRRORURL="http://mirrors.mit.edu/pub/OpenBSD/LibreSSL"
LIBRESSL_LINK="${LIBRESSL_MIRRORURL}/libressl-${LIBRESSL_VERSION}.tar.gz"
curl -sI --connect-timeout 5 --max-time 5 "$LIBRESSL_LINK" | grep 'HTTP\/' | grep '200'
LIBRESSL_CURLCHECK=$?
Expand Down

0 comments on commit d6e0b16

Please sign in to comment.