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:
parent
122c7f74a7
commit
1d3ca20dbf
|
@ -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}
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue