Skip to content

Commit

Permalink
depends: Update capnproto to 1.1.0
Browse files Browse the repository at this point in the history
This change fixes compilation on NetBSD with GCC 14.
  • Loading branch information
hebasto committed Dec 21, 2024
1 parent fc7b214 commit b0b8d96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions depends/packages/native_capnp.mk
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
package=native_capnp
$(package)_version=1.0.2
$(package)_version=1.1.0
$(package)_download_path=https://capnproto.org/
$(package)_download_file=capnproto-c++-$($(package)_version).tar.gz
$(package)_file_name=capnproto-cxx-$($(package)_version).tar.gz
$(package)_sha256_hash=9057dbc0223366b74bbeca33a05de164a229b0377927f1b7ef3828cdd8cb1d7e
$(package)_sha256_hash=07167580e563f5e821e3b2af1c238c16ec7181612650c5901330fa9a0da50939

define $(package)_set_vars
$(package)_config_opts := -DBUILD_TESTING=OFF
Expand Down

0 comments on commit b0b8d96

Please sign in to comment.