diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2014-03-10 23:39:43 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:46:48 +0700 |
commit | f530b7a41c05aa23d42f59a0a22cb00ba7d32bfb (patch) | |
tree | 6c8b040eeae07836cb7aa92910a2994d742e1be8 /haskell/haskell-bmp/haskell-bmp.SlackBuild | |
parent | 46fa39e198118eea4219d0b797c111f349e9d35f (diff) |
haskell/haskell-bmp: Updated for version 1.2.5.2.
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Diffstat (limited to 'haskell/haskell-bmp/haskell-bmp.SlackBuild')
-rw-r--r-- | haskell/haskell-bmp/haskell-bmp.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/haskell/haskell-bmp/haskell-bmp.SlackBuild b/haskell/haskell-bmp/haskell-bmp.SlackBuild index b70a41df3a646..3085fd26253bc 100644 --- a/haskell/haskell-bmp/haskell-bmp.SlackBuild +++ b/haskell/haskell-bmp/haskell-bmp.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for bmp -# Copyright 2013 Mikko Värri, Finland +# Copyright 2015 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-bmp -VERSION=${VERSION:-1.2.3.4} -BUILD=${BUILD:-1} +VERSION=${VERSION:-1.2.5.2} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} SRCNAM="$( echo $PRGNAM | cut -d- -f2- )" |