summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Reiser2017-08-07 23:07:14 +0200
committerSimon Reiser2017-08-07 23:07:14 +0200
commit42a3e650e770e61ce8c6b5d5c03b423c5a7ef619 (patch)
tree61981e93f1d47dde7459fefb6c16b7f1d913315b
parent0be1df1b18099e9f97544a1806b2e97e793dc4ac (diff)
downloadaur-42a3e650e770e61ce8c6b5d5c03b423c5a7ef619.tar.gz
v1.5.1-1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD10
2 files changed, 10 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 785fb1da49c4..64fe46347a2a 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stack-static
pkgdesc = The Haskell Tool Stack (linked statically)
- pkgver = 1.5.0
+ pkgver = 1.5.1
pkgrel = 1
arch = x86_64
license = custom:BSD3
@@ -12,12 +12,12 @@ pkgbase = stack-static
replaces = stack
replaces = haskell-stack
source = stack.bash
- source = https://github.com/commercialhaskell/stack/releases/download/v1.5.0/stack-1.5.0-linux-x86_64-static.tar.gz
- source = https://github.com/commercialhaskell/stack/releases/download/v1.5.0/stack-1.5.0-linux-x86_64-static.tar.gz.asc
+ source = https://github.com/commercialhaskell/stack/releases/download/v1.5.1/stack-1.5.1-linux-x86_64-static.tar.gz
+ source = https://github.com/commercialhaskell/stack/releases/download/v1.5.1/stack-1.5.1-linux-x86_64-static.tar.gz.asc
validpgpkeys = C5705533DA4F78D8664B5DC0575159689BEFB442
sha256sums = df46833a748574d01f38d4120e5021ee6fac9b8a70995674ca0bd2cacbd3e3c2
- sha256sums = 720bdacf4f83a739826f7d94306a45c56bd29fdc366ee4d0fa5aa645f87753e0
- sha256sums = 7ce61a53483ff6e87d5cef8c0d95c3f1dae686690ab3c5254e14b277b4a4221d
+ sha256sums = 6a250cbab60870f6b933c780c96c5cafb02d066a6f2d7182bb00ec005262842b
+ sha256sums = 317e12c63b19f4323a8387c157c1fc3d5cb0b062f90ed479c96a85ecb3a24dd8
pkgname = stack-static
diff --git a/PKGBUILD b/PKGBUILD
index d753493a7ec6..15bf00542645 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,6 +1,6 @@
# Maintainer: <simonfxr@gmail.com>
pkgname=stack-static
-pkgver=1.5.0
+pkgver=1.5.1
pkgrel=1
epoch=
pkgdesc="The Haskell Tool Stack (linked statically)"
@@ -14,13 +14,13 @@ depends=( ncurses5-compat-libs ) # needed for working ghc downloaded by stack
optdepends=( bash-completion )
source=(
"stack.bash"
- "https://github.com/commercialhaskell/stack/releases/download/v1.5.0/stack-${pkgver}-linux-x86_64-static.tar.gz"
- "https://github.com/commercialhaskell/stack/releases/download/v1.5.0/stack-${pkgver}-linux-x86_64-static.tar.gz.asc"
+ "https://github.com/commercialhaskell/stack/releases/download/v${pkgver}/stack-${pkgver}-linux-x86_64-static.tar.gz"
+ "https://github.com/commercialhaskell/stack/releases/download/v${pkgver}/stack-${pkgver}-linux-x86_64-static.tar.gz.asc"
)
sha256sums=(
'df46833a748574d01f38d4120e5021ee6fac9b8a70995674ca0bd2cacbd3e3c2'
- '720bdacf4f83a739826f7d94306a45c56bd29fdc366ee4d0fa5aa645f87753e0'
- '7ce61a53483ff6e87d5cef8c0d95c3f1dae686690ab3c5254e14b277b4a4221d'
+ '6a250cbab60870f6b933c780c96c5cafb02d066a6f2d7182bb00ec005262842b'
+ '317e12c63b19f4323a8387c157c1fc3d5cb0b062f90ed479c96a85ecb3a24dd8'
)
validpgpkeys=('C5705533DA4F78D8664B5DC0575159689BEFB442')