diff --git a/releases.json b/releases.json index ac5758c44..f5595543a 100644 --- a/releases.json +++ b/releases.json @@ -2862,6 +2862,7 @@ "libxxhash" ], "versions": [ + "0.8.2-1", "0.8.1-2", "0.8.1-1", "0.8.0-2", diff --git a/subprojects/packagefiles/xxhash/meson.build b/subprojects/packagefiles/xxhash/meson.build index 0533f66a3..a44f187fe 100644 --- a/subprojects/packagefiles/xxhash/meson.build +++ b/subprojects/packagefiles/xxhash/meson.build @@ -3,7 +3,7 @@ project( ['c'], # library files are BSD licensed. xxhsum utility is GPL licensed. license: 'BSD-2-Clause and GPL-2.0', - version: '0.8.1', + version: '0.8.2', meson_version: '>=0.49.0' ) diff --git a/subprojects/xxhash.wrap b/subprojects/xxhash.wrap index d83896698..d074e35b6 100644 --- a/subprojects/xxhash.wrap +++ b/subprojects/xxhash.wrap @@ -1,10 +1,9 @@ [wrap-file] -directory = xxHash-0.8.1 -source_url = https://github.com/Cyan4973/xxHash/archive/v0.8.1.tar.gz -source_filename = xxHash-0.8.1.tar.gz -source_hash = 3bb6b7d6f30c591dd65aaaff1c8b7a5b94d81687998ca9400082c739a690436c +directory = xxHash-0.8.2 +source_url = https://github.com/Cyan4973/xxHash/archive/v0.8.2.tar.gz +source_filename = xxHash-0.8.2.tar.gz +source_hash = baee0c6afd4f03165de7a4e67988d16f0f2b257b51d0e3cb91909302a26a79c4 patch_directory = xxhash [provide] libxxhash = xxhash_dep -