summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorPhil Ruffwind2019-06-22 17:22:26 -0700
committerPhil Ruffwind2019-06-22 17:22:26 -0700
commit5a287fc70188c3ffc60a7fb17b7cb219a836904a (patch)
treee0022a4f8546d812e0a2fdbeabe183397c38eba4
parent8d7650156f34b951ddd1287332eecf59b8bdaf10 (diff)
downloadaur-5a287fc70188c3ffc60a7fb17b7cb219a836904a.tar.gz
2.1.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD6
2 files changed, 8 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 15990fa458df..51e08281ba57 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.3
+ pkgver = 2.1.1
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.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
+ source_i686 = https://github.com/commercialhaskell/stack/releases/download/v2.1.1/stack-2.1.1-linux-i386.tar.gz
+ sha256sums_i686 = c541dd685fbe1c5bcb78db7e334f63d2f08e02e1c0d3c6c670f803a9f4ddcedb
+ source_x86_64 = https://github.com/commercialhaskell/stack/releases/download/v2.1.1/stack-2.1.1-linux-x86_64.tar.gz
+ sha256sums_x86_64 = f53bb7a1e3f9bb097403c2df865a1e4e82a4a9bf15d7de1dacf4d620892816ef
pkgname = stack-bin
diff --git a/PKGBUILD b/PKGBUILD
index b5dfbd32d15f..e4fcbff1bbdf 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: Phil Ruffwind <rf@rufflewind.com>
pkgname=stack-bin
-pkgver=1.9.3
+pkgver=2.1.1
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=('c7a45fcf782fcc9b2bbac38f9e1b41afec5e940c6e26936a51652f246e226505')
-sha256sums_x86_64=('e2363728e5818ccc68db9371c15af892a9a1fc86d808d0a9a77257f13696e946')
+sha256sums_i686=('c541dd685fbe1c5bcb78db7e334f63d2f08e02e1c0d3c6c670f803a9f4ddcedb')
+sha256sums_x86_64=('f53bb7a1e3f9bb097403c2df865a1e4e82a4a9bf15d7de1dacf4d620892816ef')
package() {
cd "$srcdir/stack-$pkgver-linux-"*/