mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-28 16:32:57 +02:00
xxHash: update to 0.7.0.
This commit is contained in:
parent
86c47d398d
commit
8f6c327499
2 changed files with 9 additions and 19 deletions
|
@ -1,11 +0,0 @@
|
||||||
--- Makefile
|
|
||||||
+++ Makefile
|
|
||||||
@@ -92,7 +92,7 @@ libxxhash.a: xxhash.o
|
|
||||||
$(LIBXXH): LDFLAGS += -shared -fPIC
|
|
||||||
$(LIBXXH): xxhash.c
|
|
||||||
@echo compiling dynamic library $(LIBVER)
|
|
||||||
- @$(CC) $(FLAGS) $^ $(LDFLAGS) $(SONAME_FLAGS) -o $@
|
|
||||||
+ @$(CC) $(FLAGS) $^ -shared $(LDFLAGS) $(SONAME_FLAGS) -o $@
|
|
||||||
@echo creating versioned links
|
|
||||||
@ln -sf $@ libxxhash.$(SHARED_EXT_MAJOR)
|
|
||||||
@ln -sf $@ libxxhash.$(SHARED_EXT)
|
|
|
@ -1,15 +1,16 @@
|
||||||
# Template file for 'xxHash'
|
# Template file for 'xxHash'
|
||||||
pkgname=xxHash
|
pkgname=xxHash
|
||||||
version=0.6.5
|
version=0.7.0
|
||||||
revision=2
|
revision=1
|
||||||
build_style=gnu-makefile
|
build_style=gnu-makefile
|
||||||
short_desc="Fast non-cryptographic hashing algorithm"
|
make_use_env=yes
|
||||||
maintainer="Evan Deaubl <evan@deaubl.name>"
|
|
||||||
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=19030315f4fc1b4b2cdb9d7a317069a109f90e39d1fe4c9159b7aaa39030eb95
|
|
||||||
make_check_target="test"
|
make_check_target="test"
|
||||||
|
short_desc="Fast non-cryptographic hashing algorithm"
|
||||||
|
maintainer="John <johnz@posteo.net>"
|
||||||
|
license="BSD-2-Clause, GPL-2.0-or-later"
|
||||||
|
homepage="https://cyan4973.github.io/xxHash/"
|
||||||
|
distfiles="https://github.com/Cyan4973/${pkgname}/archive/v${version}.tar.gz>xxhash-${version}.tar.gz"
|
||||||
|
checksum=b34792646d5e19964bb7bba24f06cb13aecaac623ab91a54da08aa19d3686d7e
|
||||||
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense LICENSE
|
vlicense LICENSE
|
||||||
|
|
Loading…
Add table
Reference in a new issue