Skip to content

Commit

Permalink
Updates curl version to use in teapot .party file.
Browse files Browse the repository at this point in the history
  • Loading branch information
s-vincent committed Nov 8, 2017
1 parent 867303f commit a8be0c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .party
Original file line number Diff line number Diff line change
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.55.0.zip', filter='windows', mimetype='application/zip')
Attendee('curl').add_source('http://curl.askapache.com/download/curl-7.55.0.tar.bz2', filter=~f('windows'), mimetype='application/x-bzip2')
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').depends_on('openssl')

Expand Down

0 comments on commit a8be0c8

Please sign in to comment.