diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-01-07 20:11:34 +1300 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-01-17 18:13:52 +1300 |
commit | 1227830bc03f3794026cb18ca3ad7a583d4b53c7 (patch) | |
tree | bbe28ade251ac104f756702a10bfb68943637fbf /haskell/haskell-skylighting-core | |
parent | 935463051f0310d09a2624a4d426032cd2ce12a9 (diff) | |
download | slackbuilds-1227830bc03f3794026cb18ca3ad7a583d4b53c7.tar.gz |
haskell/haskell-skylighting-core: Updated for version 0.12.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'haskell/haskell-skylighting-core')
-rw-r--r-- | haskell/haskell-skylighting-core/haskell-skylighting-core.SlackBuild | 2 | ||||
-rw-r--r-- | haskell/haskell-skylighting-core/haskell-skylighting-core.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/haskell/haskell-skylighting-core/haskell-skylighting-core.SlackBuild b/haskell/haskell-skylighting-core/haskell-skylighting-core.SlackBuild index 70e50aaa51..f8b1d491c2 100644 --- a/haskell/haskell-skylighting-core/haskell-skylighting-core.SlackBuild +++ b/haskell/haskell-skylighting-core/haskell-skylighting-core.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=haskell-skylighting-core -VERSION=${VERSION:-0.7.4} +VERSION=${VERSION:-0.12.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/haskell/haskell-skylighting-core/haskell-skylighting-core.info b/haskell/haskell-skylighting-core/haskell-skylighting-core.info index f2b2a73e66..fd7ea3637b 100644 --- a/haskell/haskell-skylighting-core/haskell-skylighting-core.info +++ b/haskell/haskell-skylighting-core/haskell-skylighting-core.info @@ -1,8 +1,8 @@ PRGNAM="haskell-skylighting-core" -VERSION="0.7.4" +VERSION="0.12.1" HOMEPAGE="https://hackage.haskell.org/package/skylighting-core" -DOWNLOAD="https://hackage.haskell.org/packages/archive/skylighting-core/0.7.4/skylighting-core-0.7.4.tar.gz" -MD5SUM="b9dbc8394f4cfa1412b9b58f898fd2c2" +DOWNLOAD="https://hackage.haskell.org/packages/archive/skylighting-core/0.12.1/skylighting-core-0.12.1.tar.gz" +MD5SUM="0b0af3fc8b8bbacd322469f58ab6a0fa" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="haskell-aeson haskell-ansi-terminal haskell-attoparsec haskell-base64-bytestring haskell-blaze-html haskell-case-insensitive haskell-colour haskell-hxt haskell-regex-pcre haskell-regex-pcre-builtin haskell-safe haskell-utf8-string" |