Date: Sunday, August 30, 2015 @ 08:39:46
  Author: stativ
Revision: 138962

upgpkg: ispc 1.8.2-1

ispc: update to 1.8.2

Modified:
  ispc/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2015-08-30 04:36:40 UTC (rev 138961)
+++ PKGBUILD    2015-08-30 06:39:46 UTC (rev 138962)
@@ -1,7 +1,7 @@
 # $Id$
 # Maintainer: Lukas Jirkovsky <[email protected]>
 pkgname=ispc
-pkgver=1.8.1
+pkgver=1.8.2
 pkgrel=1
 pkgdesc="A compiler for high-performance SIMD programming on the CPU"
 arch=('i686' 'x86_64')
@@ -10,7 +10,7 @@
 depends=('zlib')
 makedepends=('llvm' 'clang' 'python2')
 
source=("$pkgname-${pkgver}.tar.gz::https://github.com/ispc/ispc/archive/v${pkgver}.tar.gz";)
-md5sums=('d2088f719afc1e0e98f3af89676a189c')
+md5sums=('ef99fb9e5fe5ca59d429ea8d0e6affd0')
 
 prepare() {
   cd "$srcdir/$pkgname-$pkgver"

Reply via email to