* update highway to 1.0.7-1

This commit is contained in:
Alexander Baldeck 2023-09-29 18:28:14 +02:00
parent 450dc78e12
commit 350010342c

View File

@ -2,7 +2,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=highway
pkgver=1.0.6
pkgver=1.0.7
pkgrel=1
pkgdesc='A C++ library for SIMD (Single Instruction, Multiple Data)'
arch=(x86_64 powerpc64le powerpc64 powerpc riscv64)
@ -13,7 +13,7 @@ makedepends=('cmake' 'git')
makedepends_powerpc64le=('gtest')
makedepends_x86_64=('gtest')
source=("https://github.com/google/highway/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
sha256sums=('d89664a045a41d822146e787bceeefbf648cc228ce354f347b18f2b419e57207')
sha256sums=('5434488108186c170a5e2fca5e3c9b6ef59a1caa4d520b008a9b8be6b8abe6c5')
build() {
case "${CARCH}" in