xxHash: update to 0.6.3.
This commit is contained in:
parent
28899d8c02
commit
cdcd7d3409
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'xxHash'
|
# Template file for 'xxHash'
|
||||||
pkgname=xxHash
|
pkgname=xxHash
|
||||||
version=0.6.2
|
version=0.6.3
|
||||||
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"
|
||||||
|
@ -8,7 +8,7 @@ maintainer="Evan Deaubl <evan@deaubl.name>"
|
||||||
license="BSD, GPL-2"
|
license="BSD, GPL-2"
|
||||||
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=e4da793acbe411e7572124f958fa53b280e5f1821a8bf78d79ace972950b8f82
|
checksum=d8c739ec666ac2af983a61dc932aaa2a8873df974d333a9922d472a121f2106e
|
||||||
|
|
||||||
do_install() {
|
do_install() {
|
||||||
vbin xxhsum
|
vbin xxhsum
|
||||||
|
|
Loading…
Reference in New Issue