summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Reiser2023-05-19 08:32:54 +0200
committerSimon Reiser2023-05-19 08:32:54 +0200
commit197b10e8b18345cb635f3b6c77a0a5470242723e (patch)
treeceb42fd044d054eda3a16f1f850b0b2e5bed9d21
parent8a24ecd3f9a8ab5b1b11b10618b75e29ba2a8e90 (diff)
downloadaur-197b10e8b18345cb635f3b6c77a0a5470242723e.tar.gz
v2.11.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 1230552e835f..8709fa12f7dd 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stack-static
pkgdesc = The Haskell Tool Stack (linked statically)
- pkgver = 2.9.3
+ pkgver = 2.11.1
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.9.3
+ provides = stack=2.11.1
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.9.3/stack-2.9.3-linux-x86_64-static.tar.gz
- source = https://github.com/commercialhaskell/stack/releases/download/v2.9.3/stack-2.9.3-linux-x86_64-static.tar.gz.asc
+ source = https://github.com/commercialhaskell/stack/releases/download/v2.11.1/stack-2.11.1-linux-x86_64-static.tar.gz
+ source = https://github.com/commercialhaskell/stack/releases/download/v2.11.1/stack-2.11.1-linux-x86_64-static.tar.gz.asc
validpgpkeys = C5705533DA4F78D8664B5DC0575159689BEFB442
- sha256sums = b1cc32d772456b6ee7aefdd606c25c341670400cec577f8966365f962f883ec5
+ sha256sums = ebba4f236989d60332e6e20dc5f3d62a8e408e9f479ed6c6c594304fc239270a
sha256sums = SKIP
pkgname = stack-static
diff --git a/PKGBUILD b/PKGBUILD
index ae9c81f539b9..38f10983d569 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: <me@sfxr.de>
pkgname=stack-static
-_pkgver=2.9.3
+_pkgver=2.11.1
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-static.tar.gz"
"https://github.com/commercialhaskell/stack/releases/download/${_vpref}v${_pkgver}/stack-${_pkgver}-linux-x86_64-static.tar.gz.asc"
)
-sha256sums=('b1cc32d772456b6ee7aefdd606c25c341670400cec577f8966365f962f883ec5'
+sha256sums=('ebba4f236989d60332e6e20dc5f3d62a8e408e9f479ed6c6c594304fc239270a'
'SKIP')
validpgpkeys=('C5705533DA4F78D8664B5DC0575159689BEFB442')