Skip to content

Commit

Permalink
Update PyOpenSSL to 0.14.
Browse files Browse the repository at this point in the history
  • Loading branch information
David C. Lonie committed May 4, 2015
1 parent 54259b8 commit ca1b313
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMake/cdat_modules/pyopenssl_pkg.cmake
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
set(PYOPENSSL_MAJOR_SRC 0)
set(PYOPENSSL_MINOR_SRC 13)
set(PYOPENSSL_MINOR_SRC 14)
set(PYOPENSSL_PATCH_SRC 0)

set(PYOPENSSL_VERSION ${PYOPENSSL_MAJOR_SRC}.${PYOPENSSL_MINOR_SRC})
set(PYOPENSSL_GZ pyOpenSSL-${PYOPENSSL_VERSION}.tar.gz)
set(PYOPENSSL_SOURCE ${LLNL_URL}/${PYOPENSSL_GZ})
set(PYOPENSSL_MD5 767bca18a71178ca353dff9e10941929 )
set(PYOPENSSL_MD5 8579ff3a1d858858acfba5f046a4ddf7)

add_cdat_package_dependent(PYOPENSSL "" "" OFF "CDAT_BUILD_LEAN" OFF)

0 comments on commit ca1b313

Please sign in to comment.