diff --git a/makefile.manifest.inc b/makefile.manifest.inc index dd1cf24..3642eb0 100644 --- a/makefile.manifest.inc +++ b/makefile.manifest.inc @@ -27,7 +27,7 @@ GLOG_VERSION=v0.6.0 SNAPPY_VERSION=1.1.9 DKMS_VERSION=v3.0.3 GHCFS_VERSION=v1.5.14 -XXHASH_VERSION=v0.8.1 +XXHASH_VERSION=v0.8.2 SPARSE_VERSION=sparsehash-2.0.4 ALPINE_VERSION=3.18.3 UBI_VERSION=9.3-1552 diff --git a/modules/Makefile b/modules/Makefile index 43e4230..6253b87 100644 --- a/modules/Makefile +++ b/modules/Makefile @@ -49,6 +49,7 @@ endif cd dkms && git fetch origin && git checkout $(DKMS_VERSION) cd filesystem && git fetch origin && git checkout $(GHCFS_VERSION) cd sparsehash && git fetch origin && git checkout $(SPARSE_VERSION) + cd xxHash && git fetch origin && git checkout $(XXHASH_VERSION) # libelf is a pre-requisite for libs build .PHONY: modules diff --git a/modules/xxHash b/modules/xxHash index 35b0373..bbb27a5 160000 --- a/modules/xxHash +++ b/modules/xxHash @@ -1 +1 @@ -Subproject commit 35b0373c697b5f160d3db26b1cbb45a0d5ba788c +Subproject commit bbb27a5efb85b92a0486cf361a8635715a53f6ba