summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormirh2020-04-22 21:01:59 +0200
committermirh2020-04-22 21:01:59 +0200
commited468b208e7dc8faf1e44ee127faa48421921a5d (patch)
tree389bbd303e95a28f8e34c240b743a629ed2159bd
parent31e383e2773a05e6d764def91734dc6cafe87a9f (diff)
downloadaur-ed468b208e7dc8faf1e44ee127faa48421921a5d.tar.gz
Update to 1.3.0
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index d57505039b67..66e1b1fa2881 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = computecpp
pkgdesc = Accelerates Complex C++ Applications on Heterogeneous Compute Systems using Open Standards
- pkgver = 1.2.0
+ pkgver = 1.3.0
pkgrel = 1
url = https://www.codeplay.com/products/computesuite/computecpp
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = computecpp
depends = opencl-driver
depends = ocl-icd
options = !strip
- source = https://computecpp.codeplay.com/downloads/computecpp-ce/1.2.0/ubuntu-16.04-64bit.tar.gz
- sha256sums = d070f7c6b0f17bc55cc80a6cc7564f4661fd3fb62642106a944bb5bc6342a0b9
+ source = https://computecpp.codeplay.com/downloads/computecpp-ce/1.3.0/ubuntu-16.04-64bit.tar.gz
+ sha256sums = 4ba5c4f16938654bb4e777c6eb437aefc8968ca5317ae3b75a6bb3dde86a4cee
pkgname = computecpp
diff --git a/PKGBUILD b/PKGBUILD
index 56c88fc0e35d..ed2b2eb84130 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
#
# Get the Ubuntu tarball from https://developer.codeplay.com/products/computecpp/ce/download
pkgname=computecpp
-pkgver=1.2.0
+pkgver=1.3.0
pkgrel=1
pkgdesc="Accelerates Complex C++ Applications on Heterogeneous Compute
Systems using Open Standards"
@@ -12,7 +12,7 @@ arch=('x86_64')
url="https://www.codeplay.com/products/computesuite/computecpp"
license=('EULA')
source=("https://computecpp.codeplay.com/downloads/computecpp-ce/${pkgver}/ubuntu-16.04-64bit.tar.gz")
-sha256sums=('d070f7c6b0f17bc55cc80a6cc7564f4661fd3fb62642106a944bb5bc6342a0b9')
+sha256sums=('4ba5c4f16938654bb4e777c6eb437aefc8968ca5317ae3b75a6bb3dde86a4cee')
depends=(ncurses5-compat-libs opencl-driver ocl-icd)
options=(!strip)