Update bundled libcapnp to v0.5.2
This commit is contained in:
@@ -35,8 +35,8 @@ pjoin = os.path.join
|
||||
# Constants
|
||||
#-----------------------------------------------------------------------------
|
||||
|
||||
bundled_version = (0,5,1,2)
|
||||
libcapnp = "capnproto-c++-%i.%i.%i.%i.tar.gz" % (bundled_version)
|
||||
bundled_version = (0,5,2)
|
||||
libcapnp = "capnproto-c++-%i.%i.%i.tar.gz" % (bundled_version)
|
||||
libcapnp_url = "https://capnproto.org/" + libcapnp
|
||||
|
||||
HERE = os.path.dirname(__file__)
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
set -exo pipefail
|
||||
|
||||
CAPNP_VERSION=0.5.1.2
|
||||
CAPNP_VERSION=0.5.2
|
||||
|
||||
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
|
||||
sudo apt-get -qq update
|
||||
|
||||
Reference in New Issue
Block a user