summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author Mikko Värri <vmj@linuxbox.fi>2014-03-10 23:33:37 +0200
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-04-04 07:46:46 +0700
commit4f7e1244c99ab47555aab7a1e098f23e3026ad99 (patch)
tree239fdd5ac8a9471cc3cc465ff11fe711d0c5b385
parentdd6983bec22eb2ed160e9a66bbb17e0757a7ae09 (diff)
downloadslackbuilds-4f7e1244c99ab47555aab7a1e098f23e3026ad99.tar.gz
slackbuilds-4f7e1244c99ab47555aab7a1e098f23e3026ad99.tar.xz
haskell/haskell-GLUT: Updated for version 2.5.1.1.
Signed-off-by: Mikko Värri <vmj@linuxbox.fi>
-rw-r--r--haskell/haskell-GLUT/haskell-GLUT.SlackBuild6
-rw-r--r--haskell/haskell-GLUT/haskell-GLUT.info6
2 files changed, 6 insertions, 6 deletions
diff --git a/haskell/haskell-GLUT/haskell-GLUT.SlackBuild b/haskell/haskell-GLUT/haskell-GLUT.SlackBuild
index a2de3ab064..43883b3fbe 100644
--- a/haskell/haskell-GLUT/haskell-GLUT.SlackBuild
+++ b/haskell/haskell-GLUT/haskell-GLUT.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for GLUT
-# 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-GLUT
-VERSION=${VERSION:-2.3.1.0}
+VERSION=${VERSION:-2.5.1.1}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -97,7 +97,7 @@ find $PKG -print0 | xargs -0 file | grep -e "executable" -e "shared object" | gr
| cut -f 1 -d : | xargs strip --strip-unneeded 2> /dev/null || true
mkdir -p $PKG/usr/doc/$PRGNAM-$VERSION
-cp -a LICENSE README examples $PKG/usr/doc/$PRGNAM-$VERSION
+cp -a LICENSE README.md examples $PKG/usr/doc/$PRGNAM-$VERSION
cat $CWD/$PRGNAM.SlackBuild > $PKG/usr/doc/$PRGNAM-$VERSION/$PRGNAM.SlackBuild
mkdir -p $PKG/install
diff --git a/haskell/haskell-GLUT/haskell-GLUT.info b/haskell/haskell-GLUT/haskell-GLUT.info
index 8fc69725d5..54e756e4b3 100644
--- a/haskell/haskell-GLUT/haskell-GLUT.info
+++ b/haskell/haskell-GLUT/haskell-GLUT.info
@@ -1,8 +1,8 @@
PRGNAM="haskell-GLUT"
-VERSION="2.3.1.0"
+VERSION="2.5.1.1"
HOMEPAGE="http://hackage.haskell.org/package/GLUT"
-DOWNLOAD="http://hackage.haskell.org/packages/archive/GLUT/2.3.1.0/GLUT-2.3.1.0.tar.gz"
-MD5SUM="2fcad53c523c2dbafca935cb61ea786e"
+DOWNLOAD="http://hackage.haskell.org/packages/archive/GLUT/2.5.1.1/GLUT-2.5.1.1.tar.gz"
+MD5SUM="794d731b9995749c3c75a83deb3e9b4c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-OpenGL"