diff options
author | TBK <tbk@jjtc.eu> | 2018-06-25 14:12:22 +0200 |
---|---|---|
committer | Sören Tempel <soeren+git@soeren-tempel.net> | 2018-06-30 23:37:18 +0200 |
commit | 6af4bf5fe6bec189bb01b218e9a59595e1659fc7 (patch) | |
tree | 965c8898dbf5fba29ec822c381d8fb9121282669 /main/py-simplejson | |
parent | 3613b8baa7b86918a9a8d535a0032ecc88c2694e (diff) | |
download | aports-6af4bf5fe6bec189bb01b218e9a59595e1659fc7.tar.bz2 aports-6af4bf5fe6bec189bb01b218e9a59595e1659fc7.tar.xz |
main/py-simplejson: upgrade to 3.15.0
Diffstat (limited to 'main/py-simplejson')
-rw-r--r-- | main/py-simplejson/APKBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/py-simplejson/APKBUILD b/main/py-simplejson/APKBUILD index c19347447d..754c1c1f00 100644 --- a/main/py-simplejson/APKBUILD +++ b/main/py-simplejson/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Natanael Copa <ncopa@alpinelinux.org> pkgname=py-simplejson _pkgname=simplejson -pkgver=3.14.0 +pkgver=3.15.0 pkgrel=0 pkgdesc="Simple, fast, extensible JSON encoder/decoder for Python" url="https://pypi.python.org/pypi/simplejson" @@ -49,4 +49,4 @@ _py() { rm -Rf "$subpkgdir"/usr/lib/python*/site-packages/simplejson/tests/ } -sha512sums="a81b20a75840566d5985803f35c56ee6957a433f0a9a6fc2f0fb2d46f978925cff0edc2f2c06fe85e7155c8301fbadc962152671c29310c6306f63afede75f98 simplejson-3.14.0.tar.gz" +sha512sums="601d575a5b8be66a33df28f27292ed12e5aeec39c74aa5a5108d82890dfb45a086e7a3a5072e012031209465c5c518909b4c1fb261fc055e6b9b1523a6bc39b4 simplejson-3.15.0.tar.gz" |