mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-29 00:42:58 +02:00
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 changed files with 3 additions and 3 deletions
|
@ -1,14 +1,14 @@
|
||||||
# Template file for 'xxHash'
|
# Template file for 'xxHash'
|
||||||
pkgname=xxHash
|
pkgname=xxHash
|
||||||
version=0.6.4
|
version=0.6.5
|
||||||
revision=1
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Fast non-cryptographic hashing algorithm"
|
short_desc="Fast non-cryptographic hashing algorithm"
|
||||||
maintainer="Evan Deaubl <evan@deaubl.name>"
|
maintainer="Evan Deaubl <evan@deaubl.name>"
|
||||||
license="BSD, GPL-2"
|
license="BSD-2-Clause, GPL-2.0-or-later"
|
||||||
homepage="http://xxhash.com"
|
homepage="http://xxhash.com"
|
||||||
distfiles="https://github.com/Cyan4973/${pkgname}/archive/v${version}.tar.gz>xxhash-${version}.tar.gz"
|
distfiles="https://github.com/Cyan4973/${pkgname}/archive/v${version}.tar.gz>xxhash-${version}.tar.gz"
|
||||||
checksum=4570ccd111df6b6386502791397906bf69b7371eb209af7d41debc2f074cdb22
|
checksum=19030315f4fc1b4b2cdb9d7a317069a109f90e39d1fe4c9159b7aaa39030eb95
|
||||||
make_check_target="test"
|
make_check_target="test"
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue