xxHash: update to 0.7.0.
This commit is contained in:
parent
86c47d398d
commit
8f6c327499
|
@ -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'
|
||||
pkgname=xxHash
|
||||
version=0.6.5
|
||||
revision=2
|
||||
version=0.7.0
|
||||
revision=1
|
||||
build_style=gnu-makefile
|
||||
short_desc="Fast non-cryptographic hashing algorithm"
|
||||
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_use_env=yes
|
||||
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() {
|
||||
vlicense LICENSE
|
||||
|
|
Loading…
Reference in New Issue