diff options
author | Andrew Clemons <andrew.clemons@gmail.com> | 2022-02-11 23:22:00 +1300 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-02-12 00:29:46 +0700 |
commit | 6447e532b786c6166032fd15fe6bb55dd889da8d (patch) | |
tree | 502ef75c047f1f02185221103aefd2b82d8eef62 /haskell/haskell-texmath | |
parent | 70a3a176bece8e37aec9f033e5129b8551c47f70 (diff) |
haskell/haskell-texmath: Updated for version 0.12.4.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'haskell/haskell-texmath')
-rw-r--r-- | haskell/haskell-texmath/haskell-texmath.SlackBuild | 2 | ||||
-rw-r--r-- | haskell/haskell-texmath/haskell-texmath.info | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/haskell/haskell-texmath/haskell-texmath.SlackBuild b/haskell/haskell-texmath/haskell-texmath.SlackBuild index 61f90be52eb0..ae49afb09f00 100644 --- a/haskell/haskell-texmath/haskell-texmath.SlackBuild +++ b/haskell/haskell-texmath/haskell-texmath.SlackBuild @@ -27,7 +27,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=haskell-texmath -VERSION=${VERSION:-0.11.1.1} +VERSION=${VERSION:-0.12.4} BUILD=${BUILD:-1} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/haskell/haskell-texmath/haskell-texmath.info b/haskell/haskell-texmath/haskell-texmath.info index 1fdf5339d7d6..939e1ce8b78a 100644 --- a/haskell/haskell-texmath/haskell-texmath.info +++ b/haskell/haskell-texmath/haskell-texmath.info @@ -1,10 +1,10 @@ PRGNAM="haskell-texmath" -VERSION="0.11.1.1" +VERSION="0.12.4" HOMEPAGE="https://hackage.haskell.org/package/texmath" -DOWNLOAD="https://hackage.haskell.org/package/texmath-0.11.1.1/texmath-0.11.1.1.tar.gz" -MD5SUM="a3ec9c0d802008253a097dedd0b91348" +DOWNLOAD="https://hackage.haskell.org/package/texmath-0.12.4/texmath-0.12.4.tar.gz" +MD5SUM="a4cba6e7fde2a559626a3198324a4021" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="haskell-syb haskell-xml haskell-pandoc-types haskell-network-uri" +REQUIRES="haskell-syb haskell-xml haskell-pandoc-types haskell-network-uri haskell-split" MAINTAINER="David Spencer" EMAIL="baildon.research@googlemail.com" |