summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authormirh2019-10-20 16:27:59 +0200
committermirh2019-10-20 16:27:59 +0200
commitc8ca983aad19958c8114ca1ab96f74b6aa649219 (patch)
treeea9d92bfe947924efa3e68d1fc8f1b5f1625c164
parent7431c5985c60bbc535daddaacc89bd05ded8cc61 (diff)
downloadaur-c8ca983aad19958c8114ca1ab96f74b6aa649219.tar.gz
Update to 1.1.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f42bc41879d4..d8d7d51f9005 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.1.4
+ pkgver = 1.1.5
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.1.4/ubuntu-16.04-64bit.tar.gz
- sha256sums = 4a57c40737e2ffbf7248e844d2a9efb24387f796a9ba92a93373954f427ff16c
+ source = https://computecpp.codeplay.com/downloads/computecpp-ce/1.1.5/ubuntu-16.04-64bit.tar.gz
+ sha256sums = 5780be7c4ca6a6dbe4f5af2665c959670c906421af3bb4045e30a561229c9bd5
pkgname = computecpp
diff --git a/PKGBUILD b/PKGBUILD
index 9176d7ce42c9..119b2013faa4 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -4,7 +4,7 @@
#
# Get the Ubuntu tarball from https://www.codeplay.com/products/computesuite/computecpp/download
pkgname=computecpp
-pkgver=1.1.4
+pkgver=1.1.5
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=('4a57c40737e2ffbf7248e844d2a9efb24387f796a9ba92a93373954f427ff16c')
+sha256sums=('5780be7c4ca6a6dbe4f5af2665c959670c906421af3bb4045e30a561229c9bd5')
depends=(ncurses5-compat-libs opencl-driver ocl-icd)
options=(!strip)