haskell/haskell-OpenGL: Updated for version 3.0.3.0.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Andrew Clemons 2021-12-19 17:08:53 +13:00
parent 66bd428d2d
commit d6d02376c3
No known key found for this signature in database
GPG Key ID: CD26380FFACBDA2B
2 changed files with 7 additions and 4 deletions

View File

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=haskell-OpenGL
VERSION=${VERSION:-3.0.2.0}
VERSION=${VERSION:-3.0.3.0}
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 \

View File

@ -1,8 +1,10 @@
PRGNAM="haskell-OpenGL"
VERSION="3.0.2.0"
VERSION="3.0.3.0"
HOMEPAGE="https://hackage.haskell.org/package/OpenGL"
DOWNLOAD="https://hackage.haskell.org/packages/archive/OpenGL/3.0.2.0/OpenGL-3.0.2.0.tar.gz"
MD5SUM="37011c110e862a46dfc2b931407ced19"
DOWNLOAD="https://hackage.haskell.org/packages/archive/OpenGL/3.0.3.0/OpenGL-3.0.3.0.tar.gz \
https://hackage.haskell.org/package/OpenGL-3.0.3.0/revision/1.cabal"
MD5SUM="61fcf6ff183336315fd54f825617e633 \
fa1d6567f49c4b8167508d26e14a278f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-OpenGLRaw haskell-GLURaw haskell-ObjectName haskell-StateVar"