diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-01-06 22:24:19 +1300 |
---|---|---|
committer | Andrew Clemons <andrew.clemons@gmail.com> | 2022-01-17 18:13:47 +1300 |
commit | e5b2667ce19bf4e360cbad2de343dc5caf4ff5c4 (patch) | |
tree | e1c1d7b3d2d28b4e63de1c01df92f5c0faad8205 /haskell/haskell-aeson-pretty | |
parent | 7f700c7153d1f801f141b77bcbc2f223d4f793e8 (diff) |
haskell/haskell-aeson-pretty: Updated for version 0.8.9.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Diffstat (limited to 'haskell/haskell-aeson-pretty')
-rw-r--r-- | haskell/haskell-aeson-pretty/haskell-aeson-pretty.SlackBuild | 2 | ||||
-rw-r--r-- | haskell/haskell-aeson-pretty/haskell-aeson-pretty.info | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/haskell/haskell-aeson-pretty/haskell-aeson-pretty.SlackBuild b/haskell/haskell-aeson-pretty/haskell-aeson-pretty.SlackBuild index 016548d88954..2808910103d2 100644 --- a/haskell/haskell-aeson-pretty/haskell-aeson-pretty.SlackBuild +++ b/haskell/haskell-aeson-pretty/haskell-aeson-pretty.SlackBuild @@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=haskell-aeson-pretty -VERSION=${VERSION:-0.8.7} +VERSION=${VERSION:-0.8.9} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/haskell/haskell-aeson-pretty/haskell-aeson-pretty.info b/haskell/haskell-aeson-pretty/haskell-aeson-pretty.info index 8db70aa888e6..aa0d5bea1af5 100644 --- a/haskell/haskell-aeson-pretty/haskell-aeson-pretty.info +++ b/haskell/haskell-aeson-pretty/haskell-aeson-pretty.info @@ -1,8 +1,8 @@ PRGNAM="haskell-aeson-pretty" -VERSION="0.8.7" +VERSION="0.8.9" HOMEPAGE="https://hackage.haskell.org/package/aeson-pretty" -DOWNLOAD="https://hackage.haskell.org/packages/archive/aeson-pretty/0.8.7/aeson-pretty-0.8.7.tar.gz" -MD5SUM="d83188bff0ddecc881279235d1600748" +DOWNLOAD="https://hackage.haskell.org/packages/archive/aeson-pretty/0.8.9/aeson-pretty-0.8.9.tar.gz" +MD5SUM="8d58b436360a293dd837677c19ef1381" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="haskell-aeson haskell-attoparsec haskell-base-compat haskell-cmdargs haskell-scientific haskell-semigroups haskell-unordered-containers haskell-vector" |