mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* [ptxdist] [PATCH] xxhash: Version bump. 0.8.1 -> 0.8.2
@ 2023-07-22  9:55 Christian Melki
  2023-08-01  7:48 ` [ptxdist] [APPLIED] " Michael Olbrich
  0 siblings, 1 reply; 2+ messages in thread
From: Christian Melki @ 2023-07-22  9:55 UTC (permalink / raw)
  To: ptxdist

https://github.com/Cyan4973/xxHash/releases/tag/v0.8.2
Mostly bugfixes and speedups.

* Update license file hash. Copyright year changes.

Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
 rules/xxhash.make | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/rules/xxhash.make b/rules/xxhash.make
index 792fe58f0..6fa2f02e5 100644
--- a/rules/xxhash.make
+++ b/rules/xxhash.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_XXHASH) += xxhash
 #
 # Paths and names
 #
-XXHASH_VERSION	:= 0.8.1
-XXHASH_MD5	:= b67c587f5ff4894253da0095ba7ea393
+XXHASH_VERSION	:= 0.8.2
+XXHASH_MD5	:= a7628d7a4fd608a7573c5a3e2c856ea5
 XXHASH		:= xxhash-$(XXHASH_VERSION)
 XXHASH_SUFFIX	:= tar.gz
 XXHASH_URL	:= https://github.com/Cyan4973/xxHash/archive/refs/tags/v$(XXHASH_VERSION).$(XXHASH_SUFFIX)
@@ -23,7 +23,7 @@ XXHASH_SOURCE	:= $(SRCDIR)/$(XXHASH).$(XXHASH_SUFFIX)
 XXHASH_DIR	:= $(BUILDDIR)/$(XXHASH)
 XXHASH_LICENSE	:= BSD-2-Clause
 XXHASH_LICENSE_FILES := \
-	file://LICENSE;md5=cdfe7764d5685d8e08b3df302885d7f3
+	file://LICENSE;md5=13be6b481ff5616f77dda971191bb29b
 
 # ----------------------------------------------------------------------------
 # Compile
-- 
2.34.1




^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-08-01  7:49 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-07-22  9:55 [ptxdist] [PATCH] xxhash: Version bump. 0.8.1 -> 0.8.2 Christian Melki
2023-08-01  7:48 ` [ptxdist] [APPLIED] " Michael Olbrich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox