xxhash: Update to 0.8.2

patch is included in the release
This commit is contained in:
Christoph Reiter
2023-08-10 08:47:16 +02:00
parent 4b55eb4aed
commit 5d1e3d4aa2

View File

@@ -2,7 +2,7 @@
pkgbase=xxhash
pkgname=("xxhash" "libxxhash" "libxxhash-devel")
pkgver=0.8.1
pkgver=0.8.2
pkgrel=1
pkgdesc="Extremely fast non-cryptographic hash algorithm"
arch=('i686' 'x86_64')
@@ -10,14 +10,11 @@ url="https://github.com/Cyan4973/xxHash"
license=('BSD')
makedepends=("gcc"
"cmake")
source=("${pkgname}-${pkgver}.tar.gz::https://codeload.github.com/Cyan4973/xxHash/tar.gz/v${pkgver}"
"https://github.com/Cyan4973/xxHash/pull/649.patch")
sha256sums=('3bb6b7d6f30c591dd65aaaff1c8b7a5b94d81687998ca9400082c739a690436c'
'7e3fb95799838458161afac6d44e1f11e90be1e87b6acd28b95bd8e309c81e3b')
source=("${pkgname}-${pkgver}.tar.gz::https://codeload.github.com/Cyan4973/xxHash/tar.gz/v${pkgver}")
sha256sums=('baee0c6afd4f03165de7a4e67988d16f0f2b257b51d0e3cb91909302a26a79c4')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"
patch -p1 -i "${srcdir}/649.patch"
}
build() {