Date: Thursday, July 30, 2020 @ 08:27:22 Author: alucryd Revision: 665881
upgpkg: xxhash 0.8.0-1 Modified: xxhash/trunk/PKGBUILD ----------+ PKGBUILD | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Modified: PKGBUILD =================================================================== --- PKGBUILD 2020-07-30 07:24:57 UTC (rev 665880) +++ PKGBUILD 2020-07-30 08:27:22 UTC (rev 665881) @@ -3,7 +3,7 @@ # Contributor: Konstantin Gizdov <[email protected]> pkgname=xxhash -pkgver=0.7.4 +pkgver=0.8.0 pkgrel=1 pkgdesc='Extremely fast non-cryptographic hash algorithm' arch=(x86_64) @@ -14,7 +14,7 @@ ) makedepends=(git) provides=(libxxhash.so) -_tag=173e50be0509c6fb6c1bb74d95049ef61d7fdced +_tag=94e5f23e736f2bb67ebdf90727353e65344f9fc0 source=(git+https://github.com/Cyan4973/xxHash.git#tag=${_tag}) sha256sums=(SKIP)
