summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bermond2021-08-21 11:24:40 -0300
committerDaniel Bermond2021-08-21 11:24:40 -0300
commit5e81041151f3065bdd3e4d72a344e89806ebbb4b (patch)
treef50002fdf1fe2993d6c2a80d9d53b173f3e8a74e
parentc0cd2ab950232273ab7d5e8a59d159164bcf6eef (diff)
downloadaur-5e81041151f3065bdd3e4d72a344e89806ebbb4b.tar.gz
Update to version 0.14.1
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 8b318d698eaa..1e31139b0cb1 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = highway
pkgdesc = A C++ library for SIMD (Single Instruction, Multiple Data)
- pkgver = 0.14.0
+ pkgver = 0.14.1
pkgrel = 1
url = https://github.com/google/highway/
arch = x86_64
@@ -8,7 +8,7 @@ pkgbase = highway
makedepends = cmake
makedepends = gtest
makedepends = gmock
- source = https://github.com/google/highway/archive/0.14.0/highway-0.14.0.tar.gz
- sha256sums = 00ca110e15f634e81e931592ab7c902a58a006224dfcda70c05939c106890ca7
+ source = https://github.com/google/highway/archive/0.14.1/highway-0.14.1.tar.gz
+ sha256sums = 4407b83f2e5b1e696d1f80da8179a55ef64716dadde18102f04ad60cfd2d5898
pkgname = highway
diff --git a/PKGBUILD b/PKGBUILD
index edcc96c44f08..dc1cd6a411ec 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Daniel Bermond <dbermond@archlinux.org>
pkgname=highway
-pkgver=0.14.0
+pkgver=0.14.1
pkgrel=1
pkgdesc='A C++ library for SIMD (Single Instruction, Multiple Data)'
arch=('x86_64')
@@ -9,7 +9,7 @@ url='https://github.com/google/highway/'
license=('Apache')
makedepends=('cmake' 'gtest' 'gmock')
source=("https://github.com/google/highway/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('00ca110e15f634e81e931592ab7c902a58a006224dfcda70c05939c106890ca7')
+sha256sums=('4407b83f2e5b1e696d1f80da8179a55ef64716dadde18102f04ad60cfd2d5898')
build() {
export CXXFLAGS+=' -DHWY_COMPILE_ALL_ATTAINABLE'