Browse Source

Resolve error 404 in dep Makefile (#1742)

The tarball has been moved into the 'old' subfolder, as you can see here: https://www.openssl.org/source/old/1.1.1/openssl-1.1.1d.tar.gz

The OpenSSL formula could be checking both the source and the source/old folders to preempt this issue
pull/1760/head
JarradTait GitHub 4 years ago
parent
commit
c52d126ca6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      dep/Makefile

+ 1
- 1
dep/Makefile View File

@@ -107,7 +107,7 @@ $(jansson): jansson-2.12
$(MAKE) -C jansson-2.12 install

openssl-1.1.1d:
$(WGET) "https://www.openssl.org/source/openssl-1.1.1d.tar.gz"
$(WGET) "https://www.openssl.org/source/old/1.1.1/openssl-1.1.1d.tar.gz"
$(SHA256) openssl-1.1.1d.tar.gz 1e3a91bc1f9dfce01af26026f856e064eab4c8ee0a8f457b5ae30b40b8b711f2
$(UNTAR) openssl-1.1.1d.tar.gz
rm openssl-1.1.1d.tar.gz


Loading…
Cancel
Save