haskell/haskell-skylighting-core: Updated for version 0.12.2.

Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Andrew Clemons 2022-02-11 23:53:17 +13:00 committed by Willy Sudiarto Raharjo
parent 122c7f74a7
commit 1d3ca20dbf
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
2 changed files with 5 additions and 5 deletions

View File

@ -25,7 +25,7 @@
cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=haskell-skylighting-core
VERSION=${VERSION:-0.12.1}
VERSION=${VERSION:-0.12.2}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View File

@ -1,10 +1,10 @@
PRGNAM="haskell-skylighting-core"
VERSION="0.12.1"
VERSION="0.12.2"
HOMEPAGE="https://hackage.haskell.org/package/skylighting-core"
DOWNLOAD="https://hackage.haskell.org/packages/archive/skylighting-core/0.12.1/skylighting-core-0.12.1.tar.gz"
MD5SUM="0b0af3fc8b8bbacd322469f58ab6a0fa"
DOWNLOAD="https://hackage.haskell.org/packages/archive/skylighting-core/0.12.2/skylighting-core-0.12.2.tar.gz"
MD5SUM="67a0d67e25fec2c670e751076e63898e"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="haskell-aeson haskell-ansi-terminal haskell-base64-bytestring haskell-blaze-html haskell-case-insensitive haskell-hxt haskell-regex-pcre haskell-regex-pcre-builtin haskell-safe haskell-utf8-string"
REQUIRES="haskell-aeson haskell-ansi-terminal haskell-base64-bytestring haskell-case-insensitive haskell-hxt haskell-regex-pcre haskell-regex-pcre-builtin haskell-safe haskell-utf8-string haskell-xml-conduit"
MAINTAINER="David Spencer"
EMAIL="baildon.research@googlemail.com"