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 bb5d9e4 commit 0b17857Copy full SHA for 0b17857
conanfile.py
@@ -6,7 +6,7 @@
6
7
class OpenSSLConan(ConanFile):
8
name = "OpenSSL"
9
- version = "1.1.1a"
+ version = "1.1.1b"
10
settings = "os", "compiler", "arch", "build_type"
11
url = "http://github.com/lasote/conan-openssl"
12
license = "The current OpenSSL licence is an 'Apache style' license: https://www.openssl.org/source/license.html"
@@ -55,7 +55,7 @@ def source(self):
55
tools.download(self.source_tgz, "openssl.tar.gz")
56
tools.unzip("openssl.tar.gz")
57
tools.check_sha256("openssl.tar.gz",
58
- "fc20130f8b7cbd2fb918b2f14e2f429e109c31ddd0fb38fc5d71d9ffed3f9f41")
+ "5c557b023230413dfb0756f3137a13e6d726838ccd1430888ad15bfb2b43ea4b")
59
os.unlink("openssl.tar.gz")
60
61
def configure(self):
0 commit comments