mirror of
https://github.com/capnproto/pycapnp.git
synced 2025-03-04 08:24:43 +01:00
Update bundled libcapnp to v0.5.1.1
This commit is contained in:
parent
bf05e555d2
commit
6c84789799
1 changed files with 2 additions and 2 deletions
|
@ -35,8 +35,8 @@ pjoin = os.path.join
|
|||
# Constants
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
bundled_version = (0,5,1)
|
||||
libcapnp = "capnproto-c++-%i.%i.%i.tar.gz" % (bundled_version)
|
||||
bundled_version = (0,5,1,1)
|
||||
libcapnp = "capnproto-c++-%i.%i.%i.%i.tar.gz" % (bundled_version)
|
||||
libcapnp_url = "https://capnproto.org/" + libcapnp
|
||||
|
||||
HERE = os.path.dirname(__file__)
|
||||
|
|
Loading…
Add table
Reference in a new issue