diff options
author | Fabian Affolter <fabian@affolter-engineering.ch> | 2019-04-26 08:13:14 +0000 |
---|---|---|
committer | Kevin Daudt <kdaudt@alpinelinux.org> | 2019-05-10 19:35:47 +0000 |
commit | 4e4cc1c5e9ff356e88cee193c3ce3d25368a0995 (patch) | |
tree | 2a2eaeb333576d5856918cd26887f6be05a31552 | |
parent | dd62370811166385acdd8983329f7feed272eee1 (diff) | |
download | aports-4e4cc1c5e9ff356e88cee193c3ce3d25368a0995.tar.bz2 aports-4e4cc1c5e9ff356e88cee193c3ce3d25368a0995.tar.xz |
community/py-markdown: upgrade to 3.1
-rw-r--r-- | community/py-markdown/APKBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/community/py-markdown/APKBUILD b/community/py-markdown/APKBUILD index c5f25b5c42..8c93fe6378 100644 --- a/community/py-markdown/APKBUILD +++ b/community/py-markdown/APKBUILD @@ -2,8 +2,8 @@ # Maintainer: Fabian Affolter <fabian@affolter-engineering.ch> pkgname=py-markdown _pkgname=Markdown -pkgver=3.0.1 -pkgrel=1 +pkgver=3.1 +pkgrel=0 pkgdesc="A Python implementation of Markdown" url="http://pythonhosted.org/Markdown/" arch="noarch" @@ -47,4 +47,4 @@ _py3() { _py python3 } -sha512sums="c648c1b8ecb3c907ff2bd636ec6c08b4b629967fb916913f77db641f6d61b83d16929af2f15f5695c8cdb9614031606110e02a7e0bbb3aab0be38a8e285f12f1 Markdown-3.0.1.tar.gz" +sha512sums="360cad47524e8d7674ab36ebf5694134ef2b3c3e064c1d65ecad02bc2f17daf403e97c8124e83f370fbc8b1d223c4c647fc34e75f7a4ec7f91173c84e41e09eb Markdown-3.1.tar.gz" |