haskell/haskell-gloss: Updated for version 1.9.2.1.
Signed-off-by: Mikko Värri <vmj@linuxbox.fi> Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
parent
724bc928ef
commit
7e6531672c
|
@ -2,7 +2,7 @@
|
|||
|
||||
# Slackware build script for gloss
|
||||
|
||||
# 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,7 +23,7 @@
|
|||
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
PRGNAM=haskell-gloss
|
||||
VERSION=${VERSION:-1.7.8.2}
|
||||
VERSION=${VERSION:-1.9.2.1}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
|
||||
|
|
|
@ -1,10 +1,10 @@
|
|||
PRGNAM="haskell-gloss"
|
||||
VERSION="1.7.8.2"
|
||||
VERSION="1.9.2.1"
|
||||
HOMEPAGE="http://hackage.haskell.org/package/gloss"
|
||||
DOWNLOAD="http://hackage.haskell.org/packages/archive/gloss/1.7.8.2/gloss-1.7.8.2.tar.gz"
|
||||
MD5SUM="3610b3323124168b5d97927464ea4511"
|
||||
DOWNLOAD="http://hackage.haskell.org/packages/archive/gloss/1.9.2.1/gloss-1.9.2.1.tar.gz"
|
||||
MD5SUM="fd1746fcaa949e41e1446d63b3fc001a"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="haskell-GLUT haskell-bmp"
|
||||
REQUIRES="haskell-GLUT haskell-bmp haskell-gloss-rendering"
|
||||
MAINTAINER="Mikko Värri"
|
||||
EMAIL="vmj@linuxbox.fi"
|
||||
|
|
Loading…
Reference in New Issue