diff options
author | Mikko Värri <vmj@linuxbox.fi> | 2013-03-04 00:04:29 -0500 |
---|---|---|
committer | dsomero <xgizzmo@slackbuilds.org> | 2013-03-04 17:26:43 -0500 |
commit | 20b3e5f9bcfdd0706187490ee3b2081e015ed543 (patch) | |
tree | 34de1c69bdc88ae21990d75d47a8c6a75cacf494 /haskell | |
parent | 3fb63d094e30d37967db3b5dfdd32d9666ab0dff (diff) | |
download | slackbuilds-20b3e5f9bcfdd0706187490ee3b2081e015ed543.tar.gz |
haskell/haskell-editline: Updated for version 0.2.1.1.
Signed-off-by: dsomero <xgizzmo@slackbuilds.org>
Diffstat (limited to 'haskell')
-rw-r--r-- | haskell/haskell-editline/haskell-editline.SlackBuild | 6 | ||||
-rw-r--r-- | haskell/haskell-editline/haskell-editline.info | 6 | ||||
-rw-r--r-- | haskell/haskell-editline/slack-desc | 10 |
3 files changed, 11 insertions, 11 deletions
diff --git a/haskell/haskell-editline/haskell-editline.SlackBuild b/haskell/haskell-editline/haskell-editline.SlackBuild index 97456bb4fe..3e24411c63 100644 --- a/haskell/haskell-editline/haskell-editline.SlackBuild +++ b/haskell/haskell-editline/haskell-editline.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for editline -# 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-editline -VERSION=${VERSION:-0.2.1.0} -BUILD=${BUILD:-4} +VERSION=${VERSION:-0.2.1.1} +BUILD=${BUILD:-1} TAG=${TAG:-_SBo} SRCNAM="$( echo $PRGNAM | cut -d- -f2- )" diff --git a/haskell/haskell-editline/haskell-editline.info b/haskell/haskell-editline/haskell-editline.info index 2f708d2c36..058e069951 100644 --- a/haskell/haskell-editline/haskell-editline.info +++ b/haskell/haskell-editline/haskell-editline.info @@ -1,8 +1,8 @@ PRGNAM="haskell-editline" -VERSION="0.2.1.0" +VERSION="0.2.1.1" HOMEPAGE="http://hackage.haskell.org/package/editline" -DOWNLOAD="http://hackage.haskell.org/packages/archive/editline/0.2.1.0/editline-0.2.1.0.tar.gz" -MD5SUM="fa57f434e538bb32bbfa97aface34358" +DOWNLOAD="http://hackage.haskell.org/packages/archive/editline/0.2.1.1/editline-0.2.1.1.tar.gz" +MD5SUM="3770320755e80be34e63e9f72eb78733" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ghc libedit" diff --git a/haskell/haskell-editline/slack-desc b/haskell/haskell-editline/slack-desc index 9e942b8e2f..a7d644e379 100644 --- a/haskell/haskell-editline/slack-desc +++ b/haskell/haskell-editline/slack-desc @@ -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-editline: haskell-editline (Bindings to the editline library (libedit)) |