Browse Source
haskell/haskell-gloss: Updated for version 1.13.2.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/169/head
Andrew Clemons
4 years ago
committed by
Willy Sudiarto Raharjo
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with
5 additions and
5 deletions
-
haskell/haskell-gloss/haskell-gloss.SlackBuild
-
haskell/haskell-gloss/haskell-gloss.info
|
|
@ -26,7 +26,7 @@ |
|
|
|
cd $(dirname $0) ; CWD=$(pwd) |
|
|
|
|
|
|
|
PRGNAM=haskell-gloss |
|
|
|
VERSION=${VERSION:-1.13.0.1} |
|
|
|
VERSION=${VERSION:-1.13.2.1} |
|
|
|
BUILD=${BUILD:-1} |
|
|
|
TAG=${TAG:-_SBo} |
|
|
|
PKGTYPE=${PKGTYPE:-tgz} |
|
|
|
|
|
@ -1,10 +1,10 @@ |
|
|
|
PRGNAM="haskell-gloss" |
|
|
|
VERSION="1.13.0.1" |
|
|
|
VERSION="1.13.2.1" |
|
|
|
HOMEPAGE="https://hackage.haskell.org/package/gloss" |
|
|
|
DOWNLOAD="https://hackage.haskell.org/package/gloss-1.13.0.1/gloss-1.13.0.1.tar.gz" |
|
|
|
MD5SUM="39c86142a697f9307d58bac494b4e854" |
|
|
|
DOWNLOAD="https://hackage.haskell.org/package/gloss-1.13.2.1/gloss-1.13.2.1.tar.gz" |
|
|
|
MD5SUM="cd39115842ea07b91dc6a9ab23265c63" |
|
|
|
DOWNLOAD_x86_64="" |
|
|
|
MD5SUM_x86_64="" |
|
|
|
REQUIRES="haskell-GLUT haskell-bmp haskell-gloss-rendering" |
|
|
|
REQUIRES="haskell-gloss-rendering" |
|
|
|
MAINTAINER="David Spencer" |
|
|
|
EMAIL="baildon.research@googlemail.com" |