summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhil Ruffwind2021-01-09 18:31:23 -0800
committerPhil Ruffwind2021-01-09 18:31:23 -0800
commit8ccff6092fbe8e6e6c8f82373a6fc4b154f2d805 (patch)
tree5b03e3eb7cd3eed6fb916f15772128e6163565f6 /PKGBUILD
parent78f13ed74bb0f62ea67619f88749f6fc853ead20 (diff)
downloadaur-ghc-8.6.tar.gz
8.6.5
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 8eab8be92e4e..303dc9adfacb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Phil Ruffwind <rf@rufflewind.com>
pkgname=ghc-8.6
-pkgver=8.6.3
+pkgver=8.6.5
pkgrel=1
pkgdesc="The Glasgow Haskell Compiler (pinned to 8.6.*)"
arch=(x86_64)
@@ -8,7 +8,7 @@ url=http://www.haskell.org/ghc/
license=(custom)
depends=(gmp libffi ncurses5-compat-libs numactl)
source=("https://downloads.haskell.org/~ghc/$pkgver/ghc-$pkgver-$CARCH-deb9-linux.tar.xz")
-sha512sums=('5b81e11fb31d3ef22dfe360684ec8ded7d3b0f59f962686c250d3851a8296cb8f88fcec17650b6cd8feba10678f47b419ba99088cb64178cbf3abcc7decb2df6')
+sha512sums=('6e1d17ea69d313d7023985759ac28c87b620ea6fac59b92f298467e0b8a501ca6a9ba6e0107d6b27d3976be1da724e7e8b1625e7b99be4045f319a916d0ab711')
build() {
cd "ghc-$pkgver"