haskell/haskell-vector-algorithms: Updated for version 0.8.0.4.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Andrew Clemons 2022-01-07 14:33:40 +13:00
parent 32e1b009a6
commit ceabaf3270
No known key found for this signature in database
GPG key ID: CD26380FFACBDA2B
2 changed files with 4 additions and 4 deletions

View file

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd) cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=haskell-vector-algorithms PRGNAM=haskell-vector-algorithms
VERSION=${VERSION:-0.8.0.1} VERSION=${VERSION:-0.8.0.4}
BUILD=${BUILD:-1} BUILD=${BUILD:-1}
TAG=${TAG:-_SBo} TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz} PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="haskell-vector-algorithms" PRGNAM="haskell-vector-algorithms"
VERSION="0.8.0.1" VERSION="0.8.0.4"
HOMEPAGE="https://hackage.haskell.org/package/vector-algorithms" 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" DOWNLOAD="https://hackage.haskell.org/packages/archive/vector-algorithms/0.8.0.4/vector-algorithms-0.8.0.4.tar.gz"
MD5SUM="c9dbd963c55beec6ef04d0b7f51c1e4d" MD5SUM="99157ec43b31ef4c40872e7c64e79509"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="haskell-primitive haskell-tagged haskell-vector" REQUIRES="haskell-primitive haskell-tagged haskell-vector"