xxhash: Update to 0.8.3

This commit is contained in:
Christoph Reiter 2025-01-09 08:54:02 +01:00
parent 1f77531640
commit b5cd893f5d

View File

@ -2,7 +2,7 @@
pkgbase=xxhash
pkgname=("xxhash" "libxxhash" "libxxhash-devel")
pkgver=0.8.2
pkgver=0.8.3
pkgrel=1
pkgdesc="Extremely fast non-cryptographic hash algorithm"
arch=('i686' 'x86_64')
@ -14,7 +14,7 @@ license=('BSD')
makedepends=("gcc"
"cmake")
source=("${pkgname}-${pkgver}.tar.gz::https://codeload.github.com/Cyan4973/xxHash/tar.gz/v${pkgver}")
sha256sums=('baee0c6afd4f03165de7a4e67988d16f0f2b257b51d0e3cb91909302a26a79c4')
sha256sums=('aae608dfe8213dfd05d909a57718ef82f30722c392344583d3f39050c7f29a80')
prepare() {
cd "${srcdir}/${pkgname}-${pkgver}"