haskell/haskell-multipart: Updated for version 0.2.1.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Andrew Clemons 2022-01-07 13:51:17 +13:00
parent f8c01e0cd5
commit 2bd4e730d9
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)
PRGNAM=haskell-multipart
VERSION=${VERSION:-0.1.3}
VERSION=${VERSION:-0.2.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,8 +1,8 @@
PRGNAM="haskell-multipart"
VERSION="0.1.3"
VERSION="0.2.1"
HOMEPAGE="https://hackage.haskell.org/package/multipart"
DOWNLOAD="https://hackage.haskell.org/package/multipart-0.1.3/multipart-0.1.3.tar.gz"
MD5SUM="daaab86476d1ff58329ae31612e9cefc"
DOWNLOAD="https://hackage.haskell.org/package/multipart-0.2.1/multipart-0.2.1.tar.gz"
MD5SUM="8c06905fc273eef7946f9346c54515ff"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-stringsearch"