diff options
author | Benjamin Trigona-Harany <slackbuilds@jaxartes.net> | 2020-10-30 20:41:53 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-31 11:15:21 +0700 |
commit | 850b415ccf456406c5b0748f78b315488afaefcc (patch) | |
tree | 6c477c9bf445be34a0fe1b617c69bbd6b916c030 | |
parent | 6b971828ccad78a82cef04fa248fd60a615765ca (diff) |
python/pandocfilters: Updated for version 1.4.3.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/pandocfilters/pandocfilters.SlackBuild | 4 | ||||
-rw-r--r-- | python/pandocfilters/pandocfilters.info | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/python/pandocfilters/pandocfilters.SlackBuild b/python/pandocfilters/pandocfilters.SlackBuild index 50fbb8e69a67..d03232defaf0 100644 --- a/python/pandocfilters/pandocfilters.SlackBuild +++ b/python/pandocfilters/pandocfilters.SlackBuild @@ -2,7 +2,7 @@ # Slackware build script for pandocfilters -# Copyright 2017-2019 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> +# Copyright 2017-2020 Benjamin Trigona-Harany <slackbuilds@jaxartes.net> # All rights reserved. # # Redistribution and use of this script, with or without modification, is @@ -23,7 +23,7 @@ # ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. PRGNAM=pandocfilters -VERSION=${VERSION:-1.4.2} +VERSION=${VERSION:-1.4.3} BUILD=${BUILD:-2} TAG=${TAG:-_SBo} diff --git a/python/pandocfilters/pandocfilters.info b/python/pandocfilters/pandocfilters.info index da8245b0f3c3..2063f5cbc92a 100644 --- a/python/pandocfilters/pandocfilters.info +++ b/python/pandocfilters/pandocfilters.info @@ -1,8 +1,8 @@ PRGNAM="pandocfilters" -VERSION="1.4.2" +VERSION="1.4.3" HOMEPAGE="https://github.com/jgm/pandocfilters" -DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pandocfilters/pandocfilters-1.4.2.tar.gz" -MD5SUM="dc391791ef54c7de1572d7b46b63361f" +DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pandocfilters/pandocfilters-1.4.3.tar.gz" +MD5SUM="1663f8ad167897848e23c749ce668dc8" DOWNLOAD_x86_64="" MD5SUM_x86_64="" REQUIRES="python3" |