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 35e845897741..ded7ec38c14e 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,13 +1,13 @@
pkgbase = futhark
pkgdesc = A data-parallel functional programming language.
- pkgver = 0.9.1
+ pkgver = 0.10.2
pkgrel = 1
url = https://futhark-lang.org/
arch = x86_64
license = ISC
depends = ncurses5-compat-libs
- source = https://github.com/diku-dk/futhark/releases/download/v0.9.1/futhark-0.9.1-linux-x86_64.tar.xz
- sha512sums = b07e12390880b899a6ba13ad72946686475f0b0008ef0e5c50c50f13798940e8b68a764189baad78b6a554894e6c2eba9dd6657d7c729b3e6b7ea7f50c0d3ed3
+ source = https://github.com/diku-dk/futhark/releases/download/v0.10.2/futhark-0.10.2-linux-x86_64.tar.xz
+ sha512sums = 05bd265a98681ccdbc2183d3db80057e632f68f64c5924a40b0650b60f8b2dc5381caf37bd0e3ee5e5db656150d7155c28dac589246f764eeaf7713d5ac12d6f
pkgname = futhark
diff --git a/PKGBUILD b/PKGBUILD
index fa4a753908ed..a3396bb0ebca 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Árni Dagur <arnidg@protonmail.ch>
pkgname=futhark
-pkgver=0.9.1
+pkgver=0.10.2
pkgrel=1
pkgdesc="A data-parallel functional programming language."
arch=('x86_64')
@@ -8,7 +8,7 @@ url='https://futhark-lang.org/'
license=('ISC')
depends=('ncurses5-compat-libs')
source=("https://github.com/diku-dk/$pkgname/releases/download/v$pkgver/$pkgname-$pkgver-linux-x86_64.tar.xz")
-sha512sums=('b07e12390880b899a6ba13ad72946686475f0b0008ef0e5c50c50f13798940e8b68a764189baad78b6a554894e6c2eba9dd6657d7c729b3e6b7ea7f50c0d3ed3')
+sha512sums=('05bd265a98681ccdbc2183d3db80057e632f68f64c5924a40b0650b60f8b2dc5381caf37bd0e3ee5e5db656150d7155c28dac589246f764eeaf7713d5ac12d6f')
package() {
cd "$srcdir/$pkgname-$pkgver-linux-x86_64"