haskell/haskell-JuicyPixels: Updated for version 3.3.6.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
This commit is contained in:
Andrew Clemons 2021-12-19 17:31:54 +13:00
parent 2f16ff93db
commit fbaced1513
No known key found for this signature in database
GPG key ID: CD26380FFACBDA2B
2 changed files with 5 additions and 5 deletions

View file

@ -26,7 +26,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=haskell-JuicyPixels
VERSION=${VERSION:-3.3.2}
VERSION=${VERSION:-3.3.6}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -1,10 +1,10 @@
PRGNAM="haskell-JuicyPixels"
VERSION="3.3.2"
VERSION="3.3.6"
HOMEPAGE="https://hackage.haskell.org/package/JuicyPixels"
DOWNLOAD="https://hackage.haskell.org/packages/archive/JuicyPixels/3.3.2/JuicyPixels-3.3.2.tar.gz"
MD5SUM="0397309f6741ddd99abe4dd48c468617"
DOWNLOAD="https://hackage.haskell.org/packages/archive/JuicyPixels/3.3.6/JuicyPixels-3.3.6.tar.gz"
MD5SUM="f8b23355ffd70a978beac4f56750ef5c"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-mmap haskell-primitive haskell-vector haskell-zlib"
REQUIRES="haskell-mmap haskell-vector haskell-zlib"
MAINTAINER="David Spencer"
EMAIL="baildon.research@googlemail.com"