simplify checksum url for openssl

This commit is contained in:
Michael Rennecke 2019-03-20 19:48:20 +01:00
parent 025a4d25aa
commit 9c9c1f6dc4
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ HAPROXY_SRC=/tmp/haproxy
OPENSSL_VERSION=1.1.1b
OPENSSL_URL=https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz
OPENSSL_SHA256_URL=https://www.openssl.org/source/openssl-${OPENSSL_VERSION}.tar.gz.sha256
OPENSSL_SHA256_URL=${OPENSSL_URL}.sha256
OPENSSL_SRC=/tmp/openssl
[ -d "$OPENSSL_SRC" ] && rm -rf "$OPENSSL_SRC"