Skip to content

Commit

Permalink
update OpenSSL to 1.0.2d and libssh to 0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ashkulz committed Jul 13, 2015
1 parent 6e8b7a6 commit 483b776
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build_3rdparty.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
DEPENDENT_LIBS = {
'openssl': {
'order' : 1,
'url' : 'https://openssl.org/source/openssl-1.0.2c.tar.gz',
'sha1' : '6e4a5e91159eb32383296c7c83ac0e59b83a0a44',
'url' : 'https://openssl.org/source/openssl-1.0.2d.tar.gz',
'sha1' : 'd01d17b44663e8ffa6a33a5a30053779d9593c3d',
'target': {
'mingw-w64': {
'result': ['include/openssl/ssl.h', 'lib/libssl.a', 'lib/libcrypto.a'],
Expand Down Expand Up @@ -40,8 +40,8 @@
'libssh': {
'order' : 3,
'shadow': True,
'url' : 'https://git.libssh.org/projects/libssh.git/snapshot/libssh-libssh-0.7.0.tar.gz',
'sha1' : 'a3099b960108f3be4ef1c85be38cb3c3be82e3ee',
'url' : 'https://git.libssh.org/projects/libssh.git/snapshot/libssh-libssh-0.7.1.tar.gz',
'sha1' : '7556c919732e714e79debe8dbdb0a900b9c69064',
'target': {
'mingw-w64': {
'result': ['include/libssh/libssh.h', 'lib/libssh.a'],
Expand Down

0 comments on commit 483b776

Please sign in to comment.