haskell/haskell-mmap: Updated for version 0.5.8.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
This commit is contained in:
parent
20cf3bb64d
commit
961114a66c
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for mmap
|
||||
|
||||
# Copyright 2012 Mikko Värri, Finland
|
||||
# Copyright 2013 Mikko Värri, Finland
|
||||
# All rights reserved.
|
||||
#
|
||||
# Redistribution and use of this script, with or without modification, is
|
||||
|
@ -23,8 +23,8 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=haskell-mmap
|
||||
VERSION=${VERSION:-0.5.7}
|
||||
BUILD=${BUILD:-2}
|
||||
VERSION=${VERSION:-0.5.8}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
SRCNAM="$( echo $PRGNAM | cut -d- -f2- )"
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="haskell-mmap"
|
||||
VERSION="0.5.7"
|
||||
VERSION="0.5.8"
|
||||
HOMEPAGE="http://hackage.haskell.org/package/mmap"
|
||||
DOWNLOAD="http://hackage.haskell.org/packages/archive/mmap/0.5.7/mmap-0.5.7.tar.gz"
|
||||
MD5SUM="1f74b3f59617332b06e277f5212423c1"
|
||||
DOWNLOAD="http://hackage.haskell.org/packages/archive/mmap/0.5.8/mmap-0.5.8.tar.gz"
|
||||
MD5SUM="737e0f0a82dcfbc71e69c1b7b52de07e"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="ghc"
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
# HOW TO EDIT THIS FILE:
|
||||
# The "handy ruler" below makes it easier to edit a package description. Line
|
||||
# up the first '|' above the ':' following the base package name, and the '|'
|
||||
# on the right side marks the last column you can put a character in. You must
|
||||
# make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':'.
|
||||
# The "handy ruler" below makes it easier to edit a package description.
|
||||
# Line up the first '|' above the ':' following the base package name, and
|
||||
# the '|' on the right side marks the last column you can put a character in.
|
||||
# You must make exactly 11 lines for the formatting to be correct. It's also
|
||||
# customary to leave one space after the ':' except on otherwise blank lines.
|
||||
|
||||
|-----handy-ruler------------------------------------------------------|
|
||||
haskell-mmap: haskell-mmap (Memory mapper for POSIX and Windows)
|
||||
|
|
Loading…
Reference in New Issue