summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Reiser2021-05-08 00:13:40 +0200
committerSimon Reiser2021-05-08 00:13:40 +0200
commitb129e9c1c7a46cd0c605f43b59fc48e13e63a3e1 (patch)
treec44c1b13484316b4b1834d5301a886cb607a05cb
parentbcd6bde85791dbf08ec96a7c8785a5e356caf5df (diff)
downloadaur-b129e9c1c7a46cd0c605f43b59fc48e13e63a3e1.tar.gz
v2.7.1
-rw-r--r--.SRCINFO10
-rw-r--r--PKGBUILD5
2 files changed, 7 insertions, 8 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 67d924e18356..9328ef207b52 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = stack-static
pkgdesc = The Haskell Tool Stack (linked statically)
- pkgver = 2.5.1
+ pkgver = 2.7.1
pkgrel = 4
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.5.1
+ provides = stack=2.7.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.5.1/stack-2.5.1-linux-x86_64.tar.gz
- source = https://github.com/commercialhaskell/stack/releases/download/v2.5.1/stack-2.5.1-linux-x86_64.tar.gz.asc
+ source = https://github.com/commercialhaskell/stack/releases/download/v2.7.1/stack-2.7.1-linux-x86_64.tar.gz
+ source = https://github.com/commercialhaskell/stack/releases/download/v2.7.1/stack-2.7.1-linux-x86_64.tar.gz.asc
validpgpkeys = C5705533DA4F78D8664B5DC0575159689BEFB442
- sha256sums = c83b6c93d6541c0bce2175085a04062020f4160a86116e20f3b343b562f2d1e8
+ sha256sums = 2bc47749ee4be5eccb52a2d4a6a00b0f3b28b92517742b40c675836d7db2777d
sha256sums = SKIP
pkgname = stack-static
diff --git a/PKGBUILD b/PKGBUILD
index f7601961fcdf..eafc49bf82a1 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,7 @@
# Maintainer: <me@sfxr.de>
-_arch=$(uname -m)
pkgname=stack-static
-pkgver=2.5.1
+pkgver=2.7.1
pkgrel=4
pkgdesc="The Haskell Tool Stack (linked statically)"
arch=('x86_64')
@@ -20,7 +19,7 @@ source=(
"https://github.com/commercialhaskell/stack/releases/download/v${pkgver}/stack-${pkgver}-linux-x86_64.tar.gz"
"https://github.com/commercialhaskell/stack/releases/download/v${pkgver}/stack-${pkgver}-linux-x86_64.tar.gz.asc"
)
-sha256sums=('c83b6c93d6541c0bce2175085a04062020f4160a86116e20f3b343b562f2d1e8'
+sha256sums=('2bc47749ee4be5eccb52a2d4a6a00b0f3b28b92517742b40c675836d7db2777d'
'SKIP')
validpgpkeys=('C5705533DA4F78D8664B5DC0575159689BEFB442')