mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
haskell/haskell-GLUT: Updated for version 2.7.0.16.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
parent
d6d02376c3
commit
4d736f47f0
2 changed files with 4 additions and 4 deletions
|
@ -26,7 +26,7 @@
|
|||
cd $(dirname $0) ; CWD=$(pwd)
|
||||
|
||||
PRGNAM=haskell-GLUT
|
||||
VERSION=${VERSION:-2.7.0.12}
|
||||
VERSION=${VERSION:-2.7.0.16}
|
||||
BUILD=${BUILD:-1}
|
||||
TAG=${TAG:-_SBo}
|
||||
PKGTYPE=${PKGTYPE:-tgz}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
PRGNAM="haskell-GLUT"
|
||||
VERSION="2.7.0.12"
|
||||
VERSION="2.7.0.16"
|
||||
HOMEPAGE="https://hackage.haskell.org/package/GLUT"
|
||||
DOWNLOAD="https://hackage.haskell.org/package/GLUT-2.7.0.12/GLUT-2.7.0.12.tar.gz"
|
||||
MD5SUM="296b6ee02a6b004f4c0c406fc9b35544"
|
||||
DOWNLOAD="https://hackage.haskell.org/package/GLUT-2.7.0.16/GLUT-2.7.0.16.tar.gz"
|
||||
MD5SUM="b0a5586c9c20a800e82ae17aeaa2d21b"
|
||||
DOWNLOAD_x86_64=""
|
||||
MD5SUM_x86_64=""
|
||||
REQUIRES="haskell-OpenGL haskell-random"
|
||||
|
|
Loading…
Reference in a new issue