diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-11 23:17:01 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-12 00:29:46 +0700 |
commit | 70a3a176bece8e37aec9f033e5129b8551c47f70 (patch) | |
tree | d63ca3164edf648299193ba307004de5d1b68114 | |
parent | d1e40f4b8403bcbb7d44d994a5a49cdb628fec1b (diff) | |
download | slackbuilds-70a3a176bece8e37aec9f033e5129b8551c47f70.tar.gz |
haskell/haskell-pandoc-types: Updated for version 1.22.1.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | haskell/haskell-pandoc-types/haskell-pandoc-types.SlackBuild | 2 | ||||
-rw-r--r-- | haskell/haskell-pandoc-types/haskell-pandoc-types.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/haskell/haskell-pandoc-types/haskell-pandoc-types.SlackBuild b/haskell/haskell-pandoc-types/haskell-pandoc-types.SlackBuild index be5992ae53..d0ad0f27d1 100644 --- a/haskell/haskell-pandoc-types/haskell-pandoc-types.SlackBuild +++ b/haskell/haskell-pandoc-types/haskell-pandoc-types.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=haskell-pandoc-types -VERSION=${VERSION:-1.17.5.3} +VERSION=${VERSION:-1.22.1} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/haskell/haskell-pandoc-types/haskell-pandoc-types.info b/haskell/haskell-pandoc-types/haskell-pandoc-types.info index edc56a85ab..ad79862dcd 100644 --- a/haskell/haskell-pandoc-types/haskell-pandoc-types.info +++ b/haskell/haskell-pandoc-types/haskell-pandoc-types.info @@ -1,8 +1,8 @@ PRGNAM="haskell-pandoc-types" -VERSION="1.17.5.3" +VERSION="1.22.1" HOMEPAGE="https://hackage.haskell.org/package/pandoc-types" -DOWNLOAD="https://hackage.haskell.org/package/pandoc-types-1.17.5.3/pandoc-types-1.17.5.3.tar.gz" -MD5SUM="8b100d5e3b58abc28946cc821fb120cf" +DOWNLOAD="https://hackage.haskell.org/package/pandoc-types-1.22.1/pandoc-types-1.22.1.tar.gz" +MD5SUM="ab16ff6b75e23ead2e45e57836a57e08" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="haskell-QuickCheck haskell-syb haskell-aeson haskell-deepseq-generics" |