Skip to content

Commit

Permalink
chore: bump the version of xxHash
Browse files Browse the repository at this point in the history
  • Loading branch information
adonis0147 committed Dec 31, 2024
1 parent 3894219 commit f3d9687
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions devel/downloads/packages.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,10 @@ elif [[ "${ARCH}" == 'aarch64' ]]; then
fi
CMAKE_PACKAGE_NAME="cmake-3.31.3-linux-${ARCH}.tar.gz"

XXHASH_PACKAGE_URL='https://github.com/Cyan4973/xxHash/archive/refs/tags/v0.8.2.tar.gz'
XXHASH_PACKAGE_SHA256SUM='baee0c6afd4f03165de7a4e67988d16f0f2b257b51d0e3cb91909302a26a79c4'
XXHASH_PACKAGE_NAME='xxHash-0.8.2.tar.gz'
XXHASH_PACKAGE_EXTRACTED_DIR='xxHash-0.8.2'
XXHASH_PACKAGE_URL='https://github.com/Cyan4973/xxHash/archive/refs/tags/v0.8.3.tar.gz'
XXHASH_PACKAGE_SHA256SUM='aae608dfe8213dfd05d909a57718ef82f30722c392344583d3f39050c7f29a80'
XXHASH_PACKAGE_NAME='xxHash-0.8.3.tar.gz'
XXHASH_PACKAGE_EXTRACTED_DIR='xxHash-0.8.3'

CCACHE_PACKAGE_URL='https://github.com/ccache/ccache/releases/download/v4.10.2/ccache-4.10.2.tar.gz'
CCACHE_PACKAGE_SHA256SUM='108100960bb7e64573ea925af2ee7611701241abb36ce0aae3354528403a7d87'
Expand Down

0 comments on commit f3d9687

Please sign in to comment.