[arch-commits] Commit in highway/trunk (PKGBUILD)

Daniel Bermond dbermond at gemini.archlinux.org
Sun Jan 30 01:28:23 UTC 2022


    Date: Sunday, January 30, 2022 @ 01:28:23
  Author: dbermond
Revision: 1120008

upgpkg: highway 0.15.0-1

Modified:
  highway/trunk/PKGBUILD

----------+
 PKGBUILD |    6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-01-30 00:07:43 UTC (rev 1120007)
+++ PKGBUILD	2022-01-30 01:28:23 UTC (rev 1120008)
@@ -1,8 +1,8 @@
 # Maintainer: Daniel Bermond <dbermond at archlinux.org>
 
 pkgname=highway
-pkgver=0.14.2
-pkgrel=2
+pkgver=0.15.0
+pkgrel=1
 pkgdesc='A C++ library for SIMD (Single Instruction, Multiple Data)'
 arch=('x86_64')
 url='https://github.com/google/highway/'
@@ -9,7 +9,7 @@
 license=('Apache')
 makedepends=('cmake' 'gtest')
 source=("https://github.com/google/highway/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz")
-sha256sums=('58f7f3a12394341796fbb3045d18020474cb214ef85b9a50bbaaa809e34e9232')
+sha256sums=('4bbd4439eae08cf038f1c5cc5d9ebc6a1a50f2c610c13a1483adccacfa24c150')
 
 build() {
     export CXXFLAGS+=' -ffat-lto-objects -DHWY_COMPILE_ALL_ATTAINABLE'



More information about the arch-commits mailing list