summarylogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index f1d0d0d2f81a..5501c7e75f80 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stack-static
pkgdesc = The Haskell Tool Stack (linked statically)
- pkgver = 2.15.1
+ pkgver = 2.15.5
pkgrel = 1
url = https://github.com/commercialhaskell/stack
arch = x86_64
@@ -10,17 +10,17 @@ pkgbase = stack-static
depends = zlib
optdepends = bash-completion
optdepends = ncurses5-compat-libs: using older ghc's linking against libtinfo.so.5
- provides = stack=2.15.1
+ provides = stack=2.15.5
conflicts = stack
conflicts = stack-bin
conflicts = haskell-stack
replaces = stack
replaces = stack-bin
replaces = haskell-stack
- source = https://github.com/commercialhaskell/stack/releases/download/v2.15.1/stack-2.15.1-linux-x86_64.tar.gz
- source = https://github.com/commercialhaskell/stack/releases/download/v2.15.1/stack-2.15.1-linux-x86_64.tar.gz.asc
+ source = https://github.com/commercialhaskell/stack/releases/download/v2.15.5/stack-2.15.5-linux-x86_64.tar.gz
+ source = https://github.com/commercialhaskell/stack/releases/download/v2.15.5/stack-2.15.5-linux-x86_64.tar.gz.asc
validpgpkeys = C5705533DA4F78D8664B5DC0575159689BEFB442
- sha256sums = 3e8d85c4c9d24905498edc8c0ec0b4fa207093d9817f281d842c203f33ad9f5e
+ sha256sums = d55f8554932aad23f7b1198e0d5ebe332073d73fe60e3f324d0b315c156d8c43
sha256sums = SKIP
pkgname = stack-static
diff --git a/PKGBUILD b/PKGBUILD
index 754ff9e3d523..aa50f5e219f3 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: <me@sfxr.de>
pkgname=stack-static
-_pkgver=2.15.1
+_pkgver=2.15.5
pkgver=${_pkgver}
pkgrel=1
_vpref=''
@@ -21,7 +21,7 @@ source=(
"https://github.com/commercialhaskell/stack/releases/download/${_vpref}v${_pkgver}/stack-${_pkgver}-linux-x86_64.tar.gz"
"https://github.com/commercialhaskell/stack/releases/download/${_vpref}v${_pkgver}/stack-${_pkgver}-linux-x86_64.tar.gz.asc"
)
-sha256sums=('3e8d85c4c9d24905498edc8c0ec0b4fa207093d9817f281d842c203f33ad9f5e'
+sha256sums=('d55f8554932aad23f7b1198e0d5ebe332073d73fe60e3f324d0b315c156d8c43'
'SKIP')
validpgpkeys=('C5705533DA4F78D8664B5DC0575159689BEFB442')