Skip to content

Commit b0b8d96

Browse files
committed
depends: Update capnproto to 1.1.0
This change fixes compilation on NetBSD with GCC 14.
1 parent fc7b214 commit b0b8d96

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

depends/packages/native_capnp.mk

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
package=native_capnp
2-
$(package)_version=1.0.2
2+
$(package)_version=1.1.0
33
$(package)_download_path=https://capnproto.org/
44
$(package)_download_file=capnproto-c++-$($(package)_version).tar.gz
55
$(package)_file_name=capnproto-cxx-$($(package)_version).tar.gz
6-
$(package)_sha256_hash=9057dbc0223366b74bbeca33a05de164a229b0377927f1b7ef3828cdd8cb1d7e
6+
$(package)_sha256_hash=07167580e563f5e821e3b2af1c238c16ec7181612650c5901330fa9a0da50939
77

88
define $(package)_set_vars
99
$(package)_config_opts := -DBUILD_TESTING=OFF

0 commit comments

Comments
 (0)