diff options
Diffstat (limited to 'haskell/haskell-mmap/haskell-mmap.SlackBuild')
-rw-r--r-- | haskell/haskell-mmap/haskell-mmap.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/haskell/haskell-mmap/haskell-mmap.SlackBuild b/haskell/haskell-mmap/haskell-mmap.SlackBuild index dc5a885c9b..f2f142015d 100644 --- a/haskell/haskell-mmap/haskell-mmap.SlackBuild +++ b/haskell/haskell-mmap/haskell-mmap.SlackBuild @@ -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- )" |