* update highway to 1.2.0-1

This commit is contained in:
Alexander Baldeck 2024-06-25 18:23:37 +02:00
parent ff7e412f5c
commit 4a294a0495

View File

@ -2,7 +2,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=highway
pkgver=1.1.0
pkgver=1.2.0
pkgrel=1
pkgdesc='A C++ library that provides portable SIMD/vector intrinsics'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -16,7 +16,7 @@ case "${CARCH}" in
riscv64) options=(!lto) ;;
esac
source=("https://github.com/google/highway/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('354a8b4539b588e70b98ec70844273e3f2741302c4c377bcc4e81b3d1866f7c9')
sha256sums=('7e0be78b8318e8bdbf6fa545d2ecb4c90f947df03f7aadc42c1967f019e63343')
build() {
case "${CARCH}" in