xxHash: update to 0.6.5.
Closes #13607. Signed-off-by: Enno Boland <gottox@voidlinux.eu>
This commit is contained in:
parent
cde534fb67
commit
0f37e8415d
|
@ -1,14 +1,14 @@
|
|||
# Template file for 'xxHash'
|
||||
pkgname=xxHash
|
||||
version=0.6.4
|
||||
version=0.6.5
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
short_desc="Fast non-cryptographic hashing algorithm"
|
||||
maintainer="Evan Deaubl <evan@deaubl.name>"
|
||||
license="BSD, GPL-2"
|
||||
license="BSD-2-Clause, GPL-2.0-or-later"
|
||||
homepage="http://xxhash.com"
|
||||
distfiles="https://github.com/Cyan4973/${pkgname}/archive/v${version}.tar.gz>xxhash-${version}.tar.gz"
|
||||
checksum=4570ccd111df6b6386502791397906bf69b7371eb209af7d41debc2f074cdb22
|
||||
checksum=19030315f4fc1b4b2cdb9d7a317069a109f90e39d1fe4c9159b7aaa39030eb95
|
||||
make_check_target="test"
|
||||
|
||||
do_install() {
|
||||
|
|
Loading…
Reference in New Issue