summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Reiser2024-05-13 07:34:24 +0200
committerSimon Reiser2024-05-13 07:34:24 +0200
commit6564ea8d40a1a236c64b3366ab385bf75cd3b72c (patch)
tree203882c43994b19428280d42046aecd3802ea4b4
parent0d82c8c84201c082a1c99289981d678bff7d185e (diff)
downloadaur-stack-static.tar.gz
v2.15.7
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 5501c7e75f80..addf179aa22d 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stack-static
pkgdesc = The Haskell Tool Stack (linked statically)
- pkgver = 2.15.5
+ pkgver = 2.15.7
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.5
+ provides = stack=2.15.7
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.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
+ source = https://github.com/commercialhaskell/stack/releases/download/v2.15.7/stack-2.15.7-linux-x86_64.tar.gz
+ source = https://github.com/commercialhaskell/stack/releases/download/v2.15.7/stack-2.15.7-linux-x86_64.tar.gz.asc
validpgpkeys = C5705533DA4F78D8664B5DC0575159689BEFB442
- sha256sums = d55f8554932aad23f7b1198e0d5ebe332073d73fe60e3f324d0b315c156d8c43
+ sha256sums = 4e635d6168f7578a5694a0d473c980c3c7ed35d971acae969de1fd48ef14e030
sha256sums = SKIP
pkgname = stack-static
diff --git a/PKGBUILD b/PKGBUILD
index aa50f5e219f3..5e63d20d411b 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: <me@sfxr.de>
pkgname=stack-static
-_pkgver=2.15.5
+_pkgver=2.15.7
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=('d55f8554932aad23f7b1198e0d5ebe332073d73fe60e3f324d0b315c156d8c43'
+sha256sums=('4e635d6168f7578a5694a0d473c980c3c7ed35d971acae969de1fd48ef14e030'
'SKIP')
validpgpkeys=('C5705533DA4F78D8664B5DC0575159689BEFB442')