Skip to content

Commit

Permalink
bundle libzmq-4.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
minrk committed Jun 15, 2015
1 parent c5c864d commit c21f9fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildutils/bundle.py
Expand Up @@ -33,10 +33,10 @@
# Constants
#-----------------------------------------------------------------------------

bundled_version = (4,1,1)
bundled_version = (4,1,2)
libzmq = "zeromq-%i.%i.%i.tar.gz" % (bundled_version)
libzmq_url = "http://download.zeromq.org/" + libzmq
libzmq_checksum = "sha256:43d61e5706b43946aad4a661400627bcde9c63cc25816d4749c67b64c3dab8db"
libzmq_checksum = "sha256:f9162ead6d68521e5154d871bac304f88857308bb02366b81bb588497a345927"

libsodium_version = (1,0,2)
libsodium = "libsodium-%i.%i.%i.tar.gz" % (libsodium_version)
Expand Down

0 comments on commit c21f9fe

Please sign in to comment.