Skip to content

Commit

Permalink
Updated OpenSSL's version (closes #64)
Browse files Browse the repository at this point in the history
  • Loading branch information
ereOn committed Mar 19, 2015
1 parent 766f7dd commit 8aba0e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .party
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Attendee('boost').get_build('msvc-x64').commands = [

# OpenSSL
Attendee('openssl', filter=~f('linux'))
Attendee('openssl').add_source('http://www.openssl.org/source/openssl-1.0.2.tar.gz')
Attendee('openssl').add_source('http://www.openssl.org/source/openssl-1.0.2a.tar.gz')

Attendee('openssl').add_build('osx', environment='system', filter='darwin')
Attendee('openssl').get_build('osx').commands = [
Expand Down

0 comments on commit 8aba0e4

Please sign in to comment.