summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Ruffwind2020-06-20 18:47:33 -0700
committerPhil Ruffwind2020-06-20 18:47:33 -0700
commit0e6937f3da3f1cfa5a1ca23c670e0f63cecc12ec (patch)
treead856f18812477a291eadc8f79aa4b9d4b23ac6f
parent9cfd80a6b26c2fc30b33fe7cab8954bf69c2e9c2 (diff)
downloadaur-0e6937f3da3f1cfa5a1ca23c670e0f63cecc12ec.tar.gz
0.13.8
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c4440b538e34..1176f9fc97ab 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = purescript-bin
pkgdesc = A strongly-typed functional programming language that compiles to JavaScript
- pkgver = 0.13.6
+ pkgver = 0.13.8
pkgrel = 1
url = http://www.purescript.org
arch = x86_64
@@ -10,8 +10,8 @@ pkgbase = purescript-bin
depends = zlib
provides = purescript
conflicts = purescript
- source = purescript-v0.13.6-linux64.tar.gz::https://github.com/purescript/purescript/releases/download/v0.13.6/linux64.tar.gz
- sha1sums = 03fe4e7a7fae8e65f26751267891a5e5a477b1d6
+ source = purescript-v0.13.8-linux64.tar.gz::https://github.com/purescript/purescript/releases/download/v0.13.8/linux64.tar.gz
+ sha1sums = 766c6f2945ca92e9ea1a469fe150d964edb67875
pkgname = purescript-bin
diff --git a/PKGBUILD b/PKGBUILD
index e243d1a2523e..29c963a6700e 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Phil Ruffwind <rf@rufflewind.com>
# Contributor: Jonas Platte <aur@jonasplatte.de>
pkgname=purescript-bin
-pkgver=0.13.6
+pkgver=0.13.8
pkgrel=1
pkgdesc="A strongly-typed functional programming language that compiles to JavaScript"
arch=(x86_64)
@@ -11,7 +11,7 @@ depends=(gmp ncurses5-compat-libs zlib)
provides=(purescript)
conflicts=(purescript)
source=(purescript-v$pkgver-linux64.tar.gz::https://github.com/purescript/purescript/releases/download/v$pkgver/linux64.tar.gz)
-sha1sums=('03fe4e7a7fae8e65f26751267891a5e5a477b1d6')
+sha1sums=('766c6f2945ca92e9ea1a469fe150d964edb67875')
package() {
cd "$srcdir/purescript/$f"