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

Antonio Rojas arojas at gemini.archlinux.org
Fri May 20 17:35:35 UTC 2022


    Date: Friday, May 20, 2022 @ 17:35:35
  Author: arojas
Revision: 446151

Update to 1.4.3

Modified:
  vc/trunk/PKGBUILD

----------+
 PKGBUILD |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-20 17:28:07 UTC (rev 446150)
+++ PKGBUILD	2022-05-20 17:35:35 UTC (rev 446151)
@@ -3,7 +3,7 @@
 # Contributor: PedsXing <pedsxing at gmx dot net>
 
 pkgname=vc
-pkgver=1.4.2
+pkgver=1.4.3
 pkgrel=1
 pkgdesc='A library to ease explicit vectorization of C++ code'
 url='https://github.com/VcDevel/Vc'
@@ -11,7 +11,7 @@
 license=(LGPL3)
 makedepends=(cmake)
 source=(https://github.com/VcDevel/Vc/releases/download/$pkgver/Vc-$pkgver.tar.gz)
-sha256sums=('50d3f151e40b0718666935aa71d299d6370fafa67411f0a9e249fbce3e6e3952')
+sha256sums=('988ea0053f3fbf17544ca776a2749c097b3139089408b0286fa4e9e8513e037f')
 
 build() {
   cmake -B build -S Vc-$pkgver \



More information about the arch-commits mailing list