Skip to content

Commit

Permalink
bump Cap’n Proto 1.0.1 to 1.0.2
Browse files Browse the repository at this point in the history
cerealization protocol.
  • Loading branch information
justinvforvendetta authored Sep 9, 2024
1 parent ea18f7d commit 5107f1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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.1
$(package)_version=1.0.2
$(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=0f7f4b8a76a2cdb284fddef20de8306450df6dd031a47a15ac95bc43c3358e09
$(package)_sha256_hash=9057DBC0223366B74BBECA33A05DE164A229B0377927F1B7EF3828CDD8CB1D7E

define $(package)_set_vars
$(package)_config_opts := -DBUILD_TESTING=OFF
Expand All @@ -21,4 +21,4 @@ endef

define $(package)_stage_cmds
$(MAKE) DESTDIR=$($(package)_staging_dir) install
endef
endef

0 comments on commit 5107f1b

Please sign in to comment.