Skip to content

Commit 0b17857

Browse files
committed
- bump to 1.1.1b
Signed-off-by: SSE4 <[email protected]>
1 parent bb5d9e4 commit 0b17857

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

conanfile.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
class OpenSSLConan(ConanFile):
88
name = "OpenSSL"
9-
version = "1.1.1a"
9+
version = "1.1.1b"
1010
settings = "os", "compiler", "arch", "build_type"
1111
url = "http://github.com/lasote/conan-openssl"
1212
license = "The current OpenSSL licence is an 'Apache style' license: https://www.openssl.org/source/license.html"
@@ -55,7 +55,7 @@ def source(self):
5555
tools.download(self.source_tgz, "openssl.tar.gz")
5656
tools.unzip("openssl.tar.gz")
5757
tools.check_sha256("openssl.tar.gz",
58-
"fc20130f8b7cbd2fb918b2f14e2f429e109c31ddd0fb38fc5d71d9ffed3f9f41")
58+
"5c557b023230413dfb0756f3137a13e6d726838ccd1430888ad15bfb2b43ea4b")
5959
os.unlink("openssl.tar.gz")
6060

6161
def configure(self):

0 commit comments

Comments
 (0)