We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccfab03 commit f563a9bCopy full SHA for f563a9b
recipes/openssl.recipe
@@ -11,7 +11,7 @@ class Recipe(recipe.Recipe):
11
version = '1.1.1s'
12
licenses = [{License.OPENSSL: ['LICENSE']}]
13
stype = SourceType.TARBALL
14
- url = 'https://ftp.openssl.org/source/{0}-{1}.tar.gz'.format(name, version)
+ url = 'https://github.com/openssl/openssl/releases/download/OpenSSL_{0}/openssl-{1}.tar.gz'.format(version.replace('.','_'), version)
15
tarball_checksum = 'c5ac01e760ee6ff0dab61d6b2bbd30146724d063eb322180c6f18a6f74e4b6aa'
16
deps = ['ca-certificates', 'zlib']
17
# Parallel make fails randomly due to undefined macros, probably races
0 commit comments