diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2015-02-24 23:06:25 +0200 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2015-04-04 07:46:52 +0700 |
commit | 55b2aa8427316cc279581d2ccdaf6f148b2af81e (patch) | |
tree | 42cb7a8bc9c324efa37ac081b48ec9143f9326bf /haskell/haskell-utf8-string/haskell-utf8-string.SlackBuild | |
parent | 93b5c948bfcc93a99890d7f1218250b1ae0c0b25 (diff) | |
download | slackbuilds-55b2aa8427316cc279581d2ccdaf6f148b2af81e.tar.gz |
haskell/haskell-utf8-string: Updated for version 0.3.8.
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-utf8-string/haskell-utf8-string.SlackBuild')
-rw-r--r-- | haskell/haskell-utf8-string/haskell-utf8-string.SlackBuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/haskell/haskell-utf8-string/haskell-utf8-string.SlackBuild b/haskell/haskell-utf8-string/haskell-utf8-string.SlackBuild index ca1fef0dd4..c8e3f32eeb 100644 --- a/haskell/haskell-utf8-string/haskell-utf8-string.SlackBuild +++ b/haskell/haskell-utf8-string/haskell-utf8-string.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for utf8-string -# Copyright 2012 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-utf8-string -VERSION=${VERSION:-0.3.7} -BUILD=${BUILD:-2} +VERSION=${VERSION:-0.3.8} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} SRCNAM="$( echo $PRGNAM | cut -d- -f2- )" |