Daniel Bermond pushed to branch main at Arch Linux / Packaging / Packages / 
highway


Commits:
2004250d by Daniel Bermond at 2024-06-01T10:48:18-03:00
upgpkg: 1.2.0-1

- - - - -


2 changed files:

- .SRCINFO
- PKGBUILD


Changes:

=====================================
.SRCINFO
=====================================
@@ -1,6 +1,6 @@
 pkgbase = highway
        pkgdesc = A C++ library that provides portable SIMD/vector intrinsics
-       pkgver = 1.1.0
+       pkgver = 1.2.0
        pkgrel = 1
        url = https://github.com/google/highway/
        arch = x86_64
@@ -9,7 +9,7 @@ pkgbase = highway
        makedepends = cmake
        makedepends = gtest
        depends = gcc-libs
-       source = 
https://github.com/google/highway/archive/1.1.0/highway-1.1.0.tar.gz
-       sha256sums = 
354a8b4539b588e70b98ec70844273e3f2741302c4c377bcc4e81b3d1866f7c9
+       source = 
https://github.com/google/highway/archive/1.2.0/highway-1.2.0.tar.gz
+       sha256sums = 
7e0be78b8318e8bdbf6fa545d2ecb4c90f947df03f7aadc42c1967f019e63343
 
 pkgname = highway


=====================================
PKGBUILD
=====================================
@@ -1,7 +1,7 @@
 # Maintainer: Daniel Bermond <dberm...@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')
@@ -10,7 +10,7 @@ license=('Apache-2.0' 'BSD-3-Clause')
 depends=('gcc-libs')
 makedepends=('cmake' 'gtest')
 
source=("https://github.com/google/highway/archive/${pkgver}/${pkgname}-${pkgver}.tar.gz";)
-sha256sums=('354a8b4539b588e70b98ec70844273e3f2741302c4c377bcc4e81b3d1866f7c9')
+sha256sums=('7e0be78b8318e8bdbf6fa545d2ecb4c90f947df03f7aadc42c1967f019e63343')
 
 build() {
     cmake -B build -S "${pkgname}-${pkgver}" \



View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/highway/-/commit/2004250d585b0ff2cae5a2f6cbb5f20495de3445

-- 
View it on GitLab: 
https://gitlab.archlinux.org/archlinux/packaging/packages/highway/-/commit/2004250d585b0ff2cae5a2f6cbb5f20495de3445
You're receiving this email because of your account on gitlab.archlinux.org.


Reply via email to