summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a3d011bd800e..cc304a9ec512 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = futhark
pkgdesc = A data-parallel functional programming language.
- pkgver = 0.11.1
+ pkgver = 0.12.1
pkgrel = 1
url = https://futhark-lang.org/
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = futhark
optdepends = opencl-headers: OpenCL backend
optdepends = cuda: CUDA backend
optdepends = python-pyopencl: PyOpenCL backend
- source = https://github.com/diku-dk/futhark/releases/download/v0.11.1/futhark-0.11.1-linux-x86_64.tar.xz
- sha512sums = 688d19b9ac86f4c49d4ad67965077204562da80cebee9bee6e094d5ef0ed49ce771bbd68412d6d6f872b83fe93ad1eb687a0dc3dda76d561bbb12572101e463b
+ source = https://github.com/diku-dk/futhark/releases/download/v0.12.1/futhark-0.12.1-linux-x86_64.tar.xz
+ sha512sums = a120eff7e16338348f59ec3b5198b55c9d5c1ae20cb5cb649771d6db59e786a52c5ab2398fac250cc7fb3050f233c380960a337c56663d00548d49cb5ca4fcb7
pkgname = futhark
diff --git a/PKGBUILD b/PKGBUILD
index 37fe1a5740ad..2d9ce11f22fb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Árni Dagur <arnidg@protonmail.ch>
pkgname=futhark
-pkgver=0.11.1
+pkgver=0.12.1
pkgrel=1
pkgdesc="A data-parallel functional programming language."
arch=('x86_64')
@@ -11,7 +11,7 @@ optdepends=('opencl-headers: OpenCL backend'
'cuda: CUDA backend'
'python-pyopencl: PyOpenCL backend')
source=("https://github.com/diku-dk/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver-linux-x86_64.tar.xz")
-sha512sums=('688d19b9ac86f4c49d4ad67965077204562da80cebee9bee6e094d5ef0ed49ce771bbd68412d6d6f872b83fe93ad1eb687a0dc3dda76d561bbb12572101e463b')
+sha512sums=('a120eff7e16338348f59ec3b5198b55c9d5c1ae20cb5cb649771d6db59e786a52c5ab2398fac250cc7fb3050f233c380960a337c56663d00548d49cb5ca4fcb7')
package() {
cd "$srcdir/$pkgname-$pkgver-linux-x86_64"