summarylogtreecommitdiffstats
path: root/PKGBUILD
diff options
context:
space:
mode:
authorPhil Ruffwind2017-12-26 17:24:44 -0500
committerPhil Ruffwind2017-12-26 17:24:44 -0500
commit114aa7d9592cc585513f70028c9488768d545af5 (patch)
treee961531e50dda45bd1f46aa85fbbfa4c3360ebe4 /PKGBUILD
parent1dd474372b7b97c8ae3a9dfa51a00093b94a3a4d (diff)
downloadaur-114aa7d9592cc585513f70028c9488768d545af5.tar.gz
1.6.3
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 87b97df63dd7..3f7ea96ce420 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Phil Ruffwind <rf@rufflewind.com>
pkgname=stack-bin
-pkgver=1.6.1
+pkgver=1.6.3
pkgrel=1
pkgdesc="The Haskell Tool Stack (tool only -- libraries not included)"
arch=(i686 x86_64)
@@ -11,8 +11,8 @@ provides=(stack)
conflicts=(stack)
source_i686=(https://github.com/commercialhaskell/stack/releases/download/v$pkgver/stack-$pkgver-linux-i386.tar.gz)
source_x86_64=(https://github.com/commercialhaskell/stack/releases/download/v$pkgver/stack-$pkgver-linux-x86_64.tar.gz)
-sha256sums_i686=('3394eb41e169461fd770fc9a646e96b70ec097c8d0b15cdf070785f0f521492f')
-sha256sums_x86_64=('13f5a4a4e47ea5b7ff3423beae055832a84e413b866420dbe413e1ef927d1912')
+sha256sums_i686=('31696f91a26db6a49dff438aff6bda071ad186356c8af1abfbe093b6a04ea3e8')
+sha256sums_x86_64=('98cab9117a1b3d98207f67fe7abc6381a80dbeaa12780a8577dd1e03add0aab3')
package() {
cd "$srcdir/stack-$pkgver-linux-"*/