summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Andrew Clemons2022-01-07 02:33:40 +0100
committer Andrew Clemons2022-01-17 06:13:49 +0100
commitceabaf3270bc9f714c3bf1c72d367847d8c93dd9 (patch)
tree3cb521681b4131c93c2ab9c7aa463392e16d8878
parent32e1b009a6081373948e5c2ecaf9ebe03e90b584 (diff)
downloadslackbuilds-ceabaf3270bc9f714c3bf1c72d367847d8c93dd9.tar.gz
haskell/haskell-vector-algorithms: Updated for version 0.8.0.4.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
-rw-r--r--haskell/haskell-vector-algorithms/haskell-vector-algorithms.SlackBuild2
-rw-r--r--haskell/haskell-vector-algorithms/haskell-vector-algorithms.info6
2 files changed, 4 insertions, 4 deletions
diff --git a/haskell/haskell-vector-algorithms/haskell-vector-algorithms.SlackBuild b/haskell/haskell-vector-algorithms/haskell-vector-algorithms.SlackBuild
index 04ea319a80..e22c65fab4 100644
--- a/haskell/haskell-vector-algorithms/haskell-vector-algorithms.SlackBuild
+++ b/haskell/haskell-vector-algorithms/haskell-vector-algorithms.SlackBuild
@@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=haskell-vector-algorithms
-VERSION=${VERSION:-0.8.0.1}
+VERSION=${VERSION:-0.8.0.4}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
diff --git a/haskell/haskell-vector-algorithms/haskell-vector-algorithms.info b/haskell/haskell-vector-algorithms/haskell-vector-algorithms.info
index 83eb6348e7..6e1f651917 100644
--- a/haskell/haskell-vector-algorithms/haskell-vector-algorithms.info
+++ b/haskell/haskell-vector-algorithms/haskell-vector-algorithms.info
@@ -1,8 +1,8 @@
PRGNAM="haskell-vector-algorithms"
-VERSION="0.8.0.1"
+VERSION="0.8.0.4"
HOMEPAGE="https://hackage.haskell.org/package/vector-algorithms"
-DOWNLOAD="https://hackage.haskell.org/packages/archive/vector-algorithms/0.8.0.1/vector-algorithms-0.8.0.1.tar.gz"
-MD5SUM="c9dbd963c55beec6ef04d0b7f51c1e4d"
+DOWNLOAD="https://hackage.haskell.org/packages/archive/vector-algorithms/0.8.0.4/vector-algorithms-0.8.0.4.tar.gz"
+MD5SUM="99157ec43b31ef4c40872e7c64e79509"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-primitive haskell-tagged haskell-vector"