Bump bundled capnp version to v0.5.3.1
This commit is contained in:
@@ -35,8 +35,8 @@ pjoin = os.path.join
|
||||
# Constants
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
bundled_version = (0,5,2)
|
||||
libcapnp = "capnproto-c++-%i.%i.%i.tar.gz" % (bundled_version)
|
||||
bundled_version = (0,5,3,1)
|
||||
libcapnp = "capnproto-c++-%i.%i.%i.%i.tar.gz" % (bundled_version)
|
||||
libcapnp_url = "https://capnproto.org/" + libcapnp
|
||||
|
||||
HERE = os.path.dirname(__file__)
|
||||
|
||||
Reference in New Issue
Block a user