diff options
author | Leo <thinkabit.ukim@gmail.com> | 2020-04-29 17:13:41 -0300 |
---|---|---|
committer | Leo <thinkabit.ukim@gmail.com> | 2020-04-29 21:09:48 +0000 |
commit | 82ff050655725d7a968182d9397cd78538151410 (patch) | |
tree | 5b42863f494cb20bff321f9d3c549b585aae0318 /community | |
parent | 71671d6c018461d1a88a1b3b1a3dc67881a3f8dc (diff) | |
download | aports-82ff050655725d7a968182d9397cd78538151410.tar.bz2 aports-82ff050655725d7a968182d9397cd78538151410.tar.xz |
community/py3-bleach: upgrade to 3.1.5
Diffstat (limited to 'community')
-rw-r--r-- | community/py3-bleach/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/community/py3-bleach/APKBUILD b/community/py3-bleach/APKBUILD index b7b00ef094..a099c9a6be 100644 --- a/community/py3-bleach/APKBUILD +++ b/community/py3-bleach/APKBUILD @@ -1,7 +1,7 @@ # Contributor: Leo <thinkabit.ukim@gmail.com> # Maintainer: Leo <thinkabit.ukim@gmail.com> pkgname=py3-bleach -pkgver=3.1.4 +pkgver=3.1.5 pkgrel=0 pkgdesc="whitelist-based HTML sanitizing library" options="!check" # https://github.com/mozilla/bleach/issues/503 @@ -32,4 +32,4 @@ package() { python3 setup.py install --prefix=/usr --root="$pkgdir" } -sha512sums="eb648ec6ecbc070d2e7e2f39916679b9be29d4a490fbf4ba0ff3d603bab14c0b4841cf2fb9ccb943c2788269b20b4e934a95d96b0d715dc53cba0f057aa5d545 py3-bleach-3.1.4.tar.gz" +sha512sums="7a391588115e474dde1ba719e0c3decb1a195dd8191e9384f2114c80673da8e5d86f196cd988529f724659b7e4960e417db77458023646f8954bf91ab78eb8c9 py3-bleach-3.1.5.tar.gz" |