diff options
-rw-r--r-- | haskell/haskell-bmp/haskell-bmp.SlackBuild | 6 | ||||
-rw-r--r-- | haskell/haskell-bmp/haskell-bmp.info | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/haskell/haskell-bmp/haskell-bmp.SlackBuild b/haskell/haskell-bmp/haskell-bmp.SlackBuild index b70a41df3a..3085fd2625 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- )" diff --git a/haskell/haskell-bmp/haskell-bmp.info b/haskell/haskell-bmp/haskell-bmp.info index 751e7c62f3..681e9721c8 100644 --- a/haskell/haskell-bmp/haskell-bmp.info +++ b/haskell/haskell-bmp/haskell-bmp.info @@ -1,8 +1,8 @@ PRGNAM="haskell-bmp" -VERSION="1.2.3.4" +VERSION="1.2.5.2" HOMEPAGE="http://hackage.haskell.org/package/bmp" -DOWNLOAD="http://hackage.haskell.org/packages/archive/bmp/1.2.3.4/bmp-1.2.3.4.tar.gz" -MD5SUM="aa2a6f09e3d05895022d8a754bb08310" +DOWNLOAD="http://hackage.haskell.org/packages/archive/bmp/1.2.5.2/bmp-1.2.5.2.tar.gz" +MD5SUM="a4080836849fb6c21f497fae380eec25" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="ghc" |