summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Ruffwind2021-01-09 18:31:23 -0800
committerPhil Ruffwind2021-01-09 18:31:23 -0800
commit8ccff6092fbe8e6e6c8f82373a6fc4b154f2d805 (patch)
tree5b03e3eb7cd3eed6fb916f15772128e6163565f6
parent78f13ed74bb0f62ea67619f88749f6fc853ead20 (diff)
downloadaur-ghc-8.6.tar.gz
8.6.5
-rw-r--r--.SRCINFO6
-rw-r--r--PKGBUILD4
2 files changed, 5 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index bb46feeb147f..755d87e5851a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = ghc-8.6
pkgdesc = The Glasgow Haskell Compiler (pinned to 8.6.*)
- pkgver = 8.6.3
+ pkgver = 8.6.5
pkgrel = 1
url = http://www.haskell.org/ghc/
arch = x86_64
@@ -9,8 +9,8 @@ pkgbase = ghc-8.6
depends = libffi
depends = ncurses5-compat-libs
depends = numactl
- source = https://downloads.haskell.org/~ghc/8.6.3/ghc-8.6.3-x86_64-deb9-linux.tar.xz
- sha512sums = 5b81e11fb31d3ef22dfe360684ec8ded7d3b0f59f962686c250d3851a8296cb8f88fcec17650b6cd8feba10678f47b419ba99088cb64178cbf3abcc7decb2df6
+ source = https://downloads.haskell.org/~ghc/8.6.5/ghc-8.6.5-x86_64-deb9-linux.tar.xz
+ sha512sums = 6e1d17ea69d313d7023985759ac28c87b620ea6fac59b92f298467e0b8a501ca6a9ba6e0107d6b27d3976be1da724e7e8b1625e7b99be4045f319a916d0ab711
pkgname = ghc-8.6
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"