Skip to content

Commit f563a9b

Browse files
zhaniaperezdc
authored andcommitted
openssl: Fix recipe URL
ftp.openssl.org is not available anymore Use github releases address
1 parent ccfab03 commit f563a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

recipes/openssl.recipe

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ class Recipe(recipe.Recipe):
1111
version = '1.1.1s'
1212
licenses = [{License.OPENSSL: ['LICENSE']}]
1313
stype = SourceType.TARBALL
14-
url = 'https://ftp.openssl.org/source/{0}-{1}.tar.gz'.format(name, version)
14+
url = 'https://github.com/openssl/openssl/releases/download/OpenSSL_{0}/openssl-{1}.tar.gz'.format(version.replace('.','_'), version)
1515
tarball_checksum = 'c5ac01e760ee6ff0dab61d6b2bbd30146724d063eb322180c6f18a6f74e4b6aa'
1616
deps = ['ca-certificates', 'zlib']
1717
# Parallel make fails randomly due to undefined macros, probably races

0 commit comments

Comments
 (0)