summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Reiser2022-12-17 09:44:04 +0100
committerSimon Reiser2022-12-17 09:44:04 +0100
commit8a24ecd3f9a8ab5b1b11b10618b75e29ba2a8e90 (patch)
tree618b0f06f9a4c6f63dcccafd7bf243f591195d42
parentf61fc7fb76ef9b36296ebb79bb7a486f95e54765 (diff)
downloadaur-8a24ecd3f9a8ab5b1b11b10618b75e29ba2a8e90.tar.gz
v2.9.3
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD4
2 files changed, 7 insertions, 7 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 6e35012c091e..1230552e835f 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stack-static
pkgdesc = The Haskell Tool Stack (linked statically)
- pkgver = 2.9.1
+ pkgver = 2.9.3
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.1
+ provides = stack=2.9.3
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.1/stack-2.9.1-linux-x86_64-static.tar.gz
- source = https://github.com/commercialhaskell/stack/releases/download/v2.9.1/stack-2.9.1-linux-x86_64-static.tar.gz.asc
+ 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
validpgpkeys = C5705533DA4F78D8664B5DC0575159689BEFB442
- sha256sums = cd8ef4a844f141159189899a128a33f4beb9ec4e66ac96fc2ada47a626a9d462
+ sha256sums = b1cc32d772456b6ee7aefdd606c25c341670400cec577f8966365f962f883ec5
sha256sums = SKIP
pkgname = stack-static
diff --git a/PKGBUILD b/PKGBUILD
index 01bb8d7988bc..ae9c81f539b9 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: <me@sfxr.de>
pkgname=stack-static
-_pkgver=2.9.1
+_pkgver=2.9.3
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=('cd8ef4a844f141159189899a128a33f4beb9ec4e66ac96fc2ada47a626a9d462'
+sha256sums=('b1cc32d772456b6ee7aefdd606c25c341670400cec577f8966365f962f883ec5'
'SKIP')
validpgpkeys=('C5705533DA4F78D8664B5DC0575159689BEFB442')