haskell/haskell-bmp: Updated for version 1.2.5.2.
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
This commit is contained in:
parent
46fa39e198
commit
f530b7a41c
|
@ -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- )"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue