summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhil Ruffwind2019-06-05 00:01:53 -0700
committerPhil Ruffwind2019-06-05 00:01:53 -0700
commitb7b9d44c2ce83737e91db8ba2bf563eaede2d6cf (patch)
tree6e0d0cb98d6c9c042f29c4ade20b73b26a5f8261 /PKGBUILD
parentfe461b2b61e971c58b4041341f6839e015c775e7 (diff)
downloadaur-b7b9d44c2ce83737e91db8ba2bf563eaede2d6cf.tar.gz
0.13.0
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index bc2638c59e01..8cead2830e92 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.12.3
+pkgver=0.13.0
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=('f0c9fae808ae27973de7c77519f87ae6e4837312')
+sha1sums=('249be2fa812c544d69dadaff45af53943d428215')
package() {
cd "$srcdir/purescript/$f"