summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorMikael Blomstrand2020-10-15 20:23:11 +0200
committerMikael Blomstrand2020-10-15 20:23:11 +0200
commit5bab1acec93798593c30c749d27543ef8efa4f26 (patch)
tree3922dbf43aa0c900706d92ee58c26e2609159f75
parent50e184e2a0160b9897574f5a7fb4979763231a9a (diff)
downloadaur-5bab1acec93798593c30c749d27543ef8efa4f26.tar.gz
Update to 0.18.1
-rw-r--r--.SRCINFO12
-rw-r--r--PKGBUILD8
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 4e092caff538..ba7c4569f07d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = futhark-bin
pkgdesc = A data-parallel functional programming language.
- pkgver = 0.16.3
+ pkgver = 0.18.1
pkgrel = 1
url = https://futhark-lang.org/
arch = x86_64
@@ -12,13 +12,13 @@ pkgbase = futhark-bin
optdepends = python-pyopencl: PyOpenCL backend
provides = futhark
conflicts = futhark
- source = https://github.com/diku-dk/futhark/releases/download/v0.16.3/futhark-0.16.3-linux-x86_64.tar.xz
- source = https://raw.githubusercontent.com/diku-dk/futhark/v0.16.3/LICENSE
- sha1sums = e819b1a065208f608a5c0044d0edc5c711e74ca5
+ source = https://github.com/diku-dk/futhark/releases/download/v0.18.1/futhark-0.18.1-linux-x86_64.tar.xz
+ source = https://raw.githubusercontent.com/diku-dk/futhark/v0.18.1/LICENSE
+ sha1sums = be297e7abf75167a0bb2091f669617073e02ce97
sha1sums = 2dfe6c31d88ac99b9cbc9328985d41c0cbcc06b7
- sha256sums = 020f5bc545e5e472591c65e283eec5fc56027a1ac589b9c47d29a38e06ec26c0
+ sha256sums = ed90615c48d2b44129a5febb52a7b31b8d0e97e17bd4f8ab73396d9b59205b8f
sha256sums = 7475fca879af2d0c57e9ef09a1228c71096f076aa4b6cd23e60a1f66bf213b91
- sha512sums = 92ed9ebf3f244f3f281c0ecb17094c2c2c9dde19cc100f442181840f54481cd71411b2c97e17e58f67b027f903e0875ef899e4e89caea1cba12e5e83492af32a
+ sha512sums = f6fe4dbf81d885b8c59b0735468c8cd2050d8b1f4471d24ced92569be0e1f10507f2a58493ebcde821a1a2e7f33c580c43ca487f7dd083e0060728444fe77719
sha512sums = 735147f8c5feb38e20200904a78097b802e3974a7780691ab00eb4f000acb3f7d77d2f4a92cfe1c1c42303b41986253533bc05ee60bb917a142e3c58f51c34d3
pkgname = futhark-bin
diff --git a/PKGBUILD b/PKGBUILD
index 3c413bf5456e..33146bfb2166 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -3,7 +3,7 @@
pkgname=futhark-bin
provides=('futhark')
conflicts=('futhark')
-pkgver=0.16.3
+pkgver=0.18.1
pkgrel=1
pkgdesc="A data-parallel functional programming language."
arch=('x86_64')
@@ -16,11 +16,11 @@ optdepends=('opencl-headers: OpenCL backend'
source=("https://github.com/diku-dk/futhark/releases/download/v${pkgver}/futhark-${pkgver}-linux-x86_64.tar.xz"
"https://raw.githubusercontent.com/diku-dk/futhark/v${pkgver}/LICENSE")
-sha1sums=('e819b1a065208f608a5c0044d0edc5c711e74ca5'
+sha1sums=('be297e7abf75167a0bb2091f669617073e02ce97'
'2dfe6c31d88ac99b9cbc9328985d41c0cbcc06b7')
-sha256sums=('020f5bc545e5e472591c65e283eec5fc56027a1ac589b9c47d29a38e06ec26c0'
+sha256sums=('ed90615c48d2b44129a5febb52a7b31b8d0e97e17bd4f8ab73396d9b59205b8f'
'7475fca879af2d0c57e9ef09a1228c71096f076aa4b6cd23e60a1f66bf213b91')
-sha512sums=('92ed9ebf3f244f3f281c0ecb17094c2c2c9dde19cc100f442181840f54481cd71411b2c97e17e58f67b027f903e0875ef899e4e89caea1cba12e5e83492af32a'
+sha512sums=('f6fe4dbf81d885b8c59b0735468c8cd2050d8b1f4471d24ced92569be0e1f10507f2a58493ebcde821a1a2e7f33c580c43ca487f7dd083e0060728444fe77719'
'735147f8c5feb38e20200904a78097b802e3974a7780691ab00eb4f000acb3f7d77d2f4a92cfe1c1c42303b41986253533bc05ee60bb917a142e3c58f51c34d3')
package() {