summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Ruffwind2019-01-12 21:25:19 -0800
committerPhil Ruffwind2019-01-12 21:25:19 -0800
commit8d7650156f34b951ddd1287332eecf59b8bdaf10 (patch)
tree2395badc3b990b679c0d185bf1e4e685b5518d15
parent1c2135b44298131899fee78740d9998ac706e4e9 (diff)
downloadaur-8d7650156f34b951ddd1287332eecf59b8bdaf10.tar.gz
1.9.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f2f8de4333e3..15990fa458df 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stack-bin
pkgdesc = The Haskell Tool Stack (tool only -- libraries not included)
- pkgver = 1.9.1
+ pkgver = 1.9.3
pkgrel = 1
url = https://hackage.haskell.org/package/stack
arch = i686
@@ -10,10 +10,10 @@ pkgbase = stack-bin
depends = zlib
provides = stack
conflicts = stack
- source_i686 = https://github.com/commercialhaskell/stack/releases/download/v1.9.1/stack-1.9.1-linux-i386.tar.gz
- sha256sums_i686 = 5f16e28209a303252c2a8651f3e886ad0338d31bc859886b07813cbdffd78987
- source_x86_64 = https://github.com/commercialhaskell/stack/releases/download/v1.9.1/stack-1.9.1-linux-x86_64.tar.gz
- sha256sums_x86_64 = 6987c8910ac7f5b6a64e40d3a3fe2264406d9086df4fb93e5e749f7cb69b53d6
+ source_i686 = https://github.com/commercialhaskell/stack/releases/download/v1.9.3/stack-1.9.3-linux-i386.tar.gz
+ sha256sums_i686 = c7a45fcf782fcc9b2bbac38f9e1b41afec5e940c6e26936a51652f246e226505
+ source_x86_64 = https://github.com/commercialhaskell/stack/releases/download/v1.9.3/stack-1.9.3-linux-x86_64.tar.gz
+ sha256sums_x86_64 = e2363728e5818ccc68db9371c15af892a9a1fc86d808d0a9a77257f13696e946
pkgname = stack-bin
diff --git a/PKGBUILD b/PKGBUILD
index 9aef406a41c2..b5dfbd32d15f 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Phil Ruffwind <rf@rufflewind.com>
pkgname=stack-bin
-pkgver=1.9.1
+pkgver=1.9.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=('5f16e28209a303252c2a8651f3e886ad0338d31bc859886b07813cbdffd78987')
-sha256sums_x86_64=('6987c8910ac7f5b6a64e40d3a3fe2264406d9086df4fb93e5e749f7cb69b53d6')
+sha256sums_i686=('c7a45fcf782fcc9b2bbac38f9e1b41afec5e940c6e26936a51652f246e226505')
+sha256sums_x86_64=('e2363728e5818ccc68db9371c15af892a9a1fc86d808d0a9a77257f13696e946')
package() {
cd "$srcdir/stack-$pkgver-linux-"*/