summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Reiser2021-07-22 20:45:35 +0200
committerSimon Reiser2021-07-22 20:45:35 +0200
commit45af97ccbf92826d12d4af47c23ea76c2f80568d (patch)
tree4521aaf21234a57543c3a1d716b99abb17d71271
parentb129e9c1c7a46cd0c605f43b59fc48e13e63a3e1 (diff)
downloadaur-45af97ccbf92826d12d4af47c23ea76c2f80568d.tar.gz
v2.7.3
-rw-r--r--.SRCINFO13
-rw-r--r--PKGBUILD6
2 files changed, 9 insertions, 10 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 9328ef207b52..5b1bd64a17ac 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,7 +1,7 @@
pkgbase = stack-static
pkgdesc = The Haskell Tool Stack (linked statically)
- pkgver = 2.7.1
- pkgrel = 4
+ pkgver = 2.7.3
+ pkgrel = 1
url = https://github.com/commercialhaskell/stack
arch = x86_64
license = custom:BSD3
@@ -10,18 +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.7.1
+ provides = stack=2.7.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.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
+ source = https://github.com/commercialhaskell/stack/releases/download/v2.7.3/stack-2.7.3-linux-x86_64.tar.gz
+ source = https://github.com/commercialhaskell/stack/releases/download/v2.7.3/stack-2.7.3-linux-x86_64.tar.gz.asc
validpgpkeys = C5705533DA4F78D8664B5DC0575159689BEFB442
- sha256sums = 2bc47749ee4be5eccb52a2d4a6a00b0f3b28b92517742b40c675836d7db2777d
+ sha256sums = a6c090555fa1c64aa61c29aa4449765a51d79e870cf759cde192937cd614e72b
sha256sums = SKIP
pkgname = stack-static
-
diff --git a/PKGBUILD b/PKGBUILD
index eafc49bf82a1..97ae2c9e8d98 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,8 +1,8 @@
# Maintainer: <me@sfxr.de>
pkgname=stack-static
-pkgver=2.7.1
-pkgrel=4
+pkgver=2.7.3
+pkgrel=1
pkgdesc="The Haskell Tool Stack (linked statically)"
arch=('x86_64')
url="https://github.com/commercialhaskell/stack"
@@ -19,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=('2bc47749ee4be5eccb52a2d4a6a00b0f3b28b92517742b40c675836d7db2777d'
+sha256sums=('a6c090555fa1c64aa61c29aa4449765a51d79e870cf759cde192937cd614e72b'
'SKIP')
validpgpkeys=('C5705533DA4F78D8664B5DC0575159689BEFB442')