From 12614cacff9afb760c8048763eda033cd89feba9 Mon Sep 17 00:00:00 2001 From: Andrew Clemons Date: Sat, 12 Feb 2022 09:08:40 +1300 Subject: [PATCH] haskell/haskell-gloss-rendering: Updated for version 1.13.1.1. Signed-off-by: Andrew Clemons Signed-off-by: Willy Sudiarto Raharjo --- .../haskell-gloss-rendering.SlackBuild | 3 ++- .../haskell-gloss-rendering/haskell-gloss-rendering.info | 8 +++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/haskell/haskell-gloss-rendering/haskell-gloss-rendering.SlackBuild b/haskell/haskell-gloss-rendering/haskell-gloss-rendering.SlackBuild index e58d77794a..56e2483a64 100644 --- a/haskell/haskell-gloss-rendering/haskell-gloss-rendering.SlackBuild +++ b/haskell/haskell-gloss-rendering/haskell-gloss-rendering.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=haskell-gloss-rendering -VERSION=${VERSION:-1.13.0.2} +VERSION=${VERSION:-1.13.1.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} @@ -77,6 +77,7 @@ cd $TMP rm -rf $SRCNAM-$VERSION tar xvf $CWD/$SRCNAM-$VERSION.tar.gz cd $SRCNAM-$VERSION +cat $CWD/1.cabal > $SRCNAM.cabal chown -R root:root . find -L . \ \( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \ diff --git a/haskell/haskell-gloss-rendering/haskell-gloss-rendering.info b/haskell/haskell-gloss-rendering/haskell-gloss-rendering.info index 0e71f19c1d..d3342fe306 100644 --- a/haskell/haskell-gloss-rendering/haskell-gloss-rendering.info +++ b/haskell/haskell-gloss-rendering/haskell-gloss-rendering.info @@ -1,8 +1,10 @@ PRGNAM="haskell-gloss-rendering" -VERSION="1.13.0.2" +VERSION="1.13.1.1" HOMEPAGE="https://hackage.haskell.org/package/gloss-rendering" -DOWNLOAD="https://hackage.haskell.org/package/gloss-rendering-1.13.0.2/gloss-rendering-1.13.0.2.tar.gz" -MD5SUM="b3972cd4e00d5cb32bc649b3a53a686b" +DOWNLOAD="https://hackage.haskell.org/package/gloss-rendering-1.13.1.1/gloss-rendering-1.13.1.1.tar.gz \ + https://hackage.haskell.org/package/gloss-rendering-1.13.1.1/revision/1.cabal" +MD5SUM="a841106df76aa32432d4052ab93a33ec \ + 626d7b333b28830d1bf7b9b65e6da9b3" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="haskell-bmp haskell-OpenGL haskell-GLUT"