[arch-commits] Commit in vc/trunk (PKGBUILD)
Antonio Rojas
arojas at archlinux.org
Wed May 3 15:08:22 UTC 2017
Date: Wednesday, May 3, 2017 @ 15:08:22
Author: arojas
Revision: 295211
Update to 1.3.2
Modified:
vc/trunk/PKGBUILD
----------+
PKGBUILD | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
Modified: PKGBUILD
===================================================================
--- PKGBUILD 2017-05-03 13:35:14 UTC (rev 295210)
+++ PKGBUILD 2017-05-03 15:08:22 UTC (rev 295211)
@@ -4,7 +4,7 @@
# Contributor: PedsXing <pedsxing at gmx dot net>
pkgname=vc
-pkgver=1.3.1
+pkgver=1.3.2
pkgrel=1
pkgdesc="A library to ease explicit vectorization of C++ code"
url='https://github.com/VcDevel/Vc'
@@ -12,7 +12,7 @@
license=(LGPL3)
makedepends=(cmake)
source=("https://github.com/VcDevel/Vc/releases/download/$pkgver/Vc-$pkgver.tar.gz")
-md5sums=('97f754e878ddae5a481486dcb270bb8e')
+sha256sums=('3eae2b05836a1a57545e624b38345ad33cfde23d527e12575edde784c4c330ee')
prepare() {
mkdir -p build
More information about the arch-commits
mailing list