mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
haskell/haskell-mmap: Updated for version 0.5.9.
Signed-off-by: Mikko Värri <vmj@linuxbox.fi> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
eb3a35741a
commit
c9aac06571
2 changed files with 5 additions and 5 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for mmap
|
||||
|
||||
# Copyright 2013 Mikko Värri, Finland
|
||||
# Copyright 2014 Mikko Värri, Finland
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=haskell-mmap
|
||||
VERSION=${VERSION:-0.5.8}
|
||||
VERSION=${VERSION:-0.5.9}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="haskell-mmap"
|
||||
VERSION="0.5.8"
|
||||
VERSION="0.5.9"
|
||||
HOMEPAGE="http://hackage.haskell.org/package/mmap"
|
||||
DOWNLOAD="http://hackage.haskell.org/packages/archive/mmap/0.5.8/mmap-0.5.8.tar.gz"
|
||||
MD5SUM="737e0f0a82dcfbc71e69c1b7b52de07e"
|
||||
DOWNLOAD="http://hackage.haskell.org/packages/archive/mmap/0.5.9/mmap-0.5.9.tar.gz"
|
||||
MD5SUM="625301d54b9789e890174e38028c1bcb"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ghc"
|
||||
|
|
Loading…
Reference in a new issue