diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2021-12-19 17:13:48 +1300 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-01-17 18:13:39 +1300 |
commit | 4d736f47f0bef75120eb30f79eb9ddf549b84bb2 (patch) | |
tree | 47e4e8514f95357b58074a353870dad92cedcced | |
parent | d6d02376c3f321fc1d869af1e3c3e96aaf77f492 (diff) |
haskell/haskell-GLUT: Updated for version 2.7.0.16.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
-rw-r--r-- | haskell/haskell-GLUT/haskell-GLUT.SlackBuild | 2 | ||||
-rw-r--r-- | haskell/haskell-GLUT/haskell-GLUT.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/haskell/haskell-GLUT/haskell-GLUT.SlackBuild b/haskell/haskell-GLUT/haskell-GLUT.SlackBuild index 97569eca9c30..a089077e4c6e 100644 --- a/haskell/haskell-GLUT/haskell-GLUT.SlackBuild +++ b/haskell/haskell-GLUT/haskell-GLUT.SlackBuild @@ -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} diff --git a/haskell/haskell-GLUT/haskell-GLUT.info b/haskell/haskell-GLUT/haskell-GLUT.info index ec2218341cdc..c1af1768d558 100644 --- a/haskell/haskell-GLUT/haskell-GLUT.info +++ b/haskell/haskell-GLUT/haskell-GLUT.info @@ -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" |