summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO8
-rw-r--r--PKGBUILD6
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bd7ae45b9c60..ed4de05f7867 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = cuda65
pkgdesc = NVIDIA's GPU programming toolkit (for compute capability < 2.0)
- pkgver = 6.5.14
- pkgrel = 2
+ pkgver = 6.5.19
+ pkgrel = 1
url = http://www.nvidia.com/object/cuda_home.html
install = cuda.install
arch = x86_64
@@ -20,10 +20,10 @@ pkgbase = cuda65
replaces = cuda-sdk
options = !strip
options = staticlibs
- source = http://developer.download.nvidia.com/compute/cuda/6_5/rel/installers/cuda_6.5.14_linux_64.run
+ source = http://developer.download.nvidia.com/compute/cuda/6_5/rel/installers/cuda_6.5.19_linux_64.run
source = cuda.sh
source = cuda.conf
- md5sums = 90b1b8f77313600cc294d9271741f4da
+ md5sums = 74014042f92d3eade43af0da5f65935e
md5sums = 7e5990e03eea90075f5a500e91a0c3d3
md5sums = ffe1e6fb7f97b23da28fd94a5fd7356d
diff --git a/PKGBUILD b/PKGBUILD
index 8997fd8a9347..93933ab31f4d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -2,8 +2,8 @@
# Contributor: Sven-Hendrik Haase <sh@lutzhaase.com>
pkgname=cuda65
_pkgname=cuda
-pkgver=6.5.14
-pkgrel=2
+pkgver=6.5.19
+pkgrel=1
pkgdesc="NVIDIA's GPU programming toolkit (for compute capability < 2.0)"
arch=('x86_64')
url="http://www.nvidia.com/object/cuda_home.html"
@@ -18,7 +18,7 @@ install=cuda.install
source=(http://developer.download.nvidia.com/compute/cuda/6_5/rel/installers/cuda_${pkgver}_linux_64.run
cuda.sh
cuda.conf)
-md5sums=( '90b1b8f77313600cc294d9271741f4da'
+md5sums=('74014042f92d3eade43af0da5f65935e'
'7e5990e03eea90075f5a500e91a0c3d3'
'ffe1e6fb7f97b23da28fd94a5fd7356d')