Skip to content

Commit

Permalink
Updates libraries to use in teapot .party file (OpenSSL 1.0.2n and Cu…
Browse files Browse the repository at this point in the history
…RL 7.57.0).
  • Loading branch information
s-vincent committed Dec 26, 2017
1 parent 447a11f commit dca139e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 384 deletions.
6 changes: 3 additions & 3 deletions .party
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,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.2m.tar.gz')
Attendee('openssl').add_source('http://www.openssl.org/source/openssl-1.0.2n.tar.gz')

Attendee('openssl').add_build('osx', environment='system', filter='darwin')
Attendee('openssl').get_build('osx').commands = [
Expand Down Expand Up @@ -120,8 +120,8 @@ Attendee('openssl').get_build('msvc-x64-debug').commands = [

# cURL
Attendee('curl', filter=~f('linux'))
Attendee('curl').add_source('http://curl.askapache.com/download/curl-7.56.1.zip', filter='windows', mimetype='application/zip')
Attendee('curl').add_source('http://curl.askapache.com/download/curl-7.56.1.tar.bz2', filter=~f('windows'), mimetype='application/x-bzip2')
Attendee('curl').add_source('http://curl.askapache.com/download/curl-7.57.0.zip', filter='windows', mimetype='application/zip')
Attendee('curl').add_source('http://curl.askapache.com/download/curl-7.57.0.tar.bz2', filter=~f('windows'), mimetype='application/x-bzip2')

Attendee('curl').depends_on('openssl')

Expand Down
Loading

0 comments on commit dca139e

Please sign in to comment.