mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-24 10:02:29 +01:00
haskell/haskell-multipart: Updated for version 0.2.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
parent
f8c01e0cd5
commit
2bd4e730d9
2 changed files with 4 additions and 4 deletions
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue