python-simplejson: update to 3.6.4.

This commit is contained in:
Eivind Uggedal 2014-10-13 14:14:31 +00:00
parent ff99156d1b
commit bbe7b3b26e

View file

@ -1,6 +1,6 @@
# Template file for 'python-simplejson' # Template file for 'python-simplejson'
pkgname=python-simplejson pkgname=python-simplejson
version=3.6.3 version=3.6.4
revision=1 revision=1
wrksrc="simplejson-${version}" wrksrc="simplejson-${version}"
build_style=python-module build_style=python-module
@ -14,7 +14,7 @@ maintainer="Juan RP <xtraeme@gmail.com>"
homepage="https://github.com/simplejson/simplejson" homepage="https://github.com/simplejson/simplejson"
license="MIT, AFL-2.1" license="MIT, AFL-2.1"
distfiles="${PYPI_SITE}/s/simplejson/simplejson-${version}.tar.gz" distfiles="${PYPI_SITE}/s/simplejson/simplejson-${version}.tar.gz"
checksum=1e2fe250d0325a6b53ab770376f1729e0bf4883785343bbfab23764419f09d7a checksum=e3cc0a68e229b59c0d1054a442e38e5a2d5f18e454d5ee709932cecd073ff759
post_install() { post_install() {
vlicense LICENSE.txt LICENSE vlicense LICENSE.txt LICENSE