diff options
author | Xin LI <delphij@FreeBSD.org> | 2013-09-05 06:31:35 +0000 |
---|---|---|
committer | Xin LI <delphij@FreeBSD.org> | 2013-09-05 06:31:35 +0000 |
commit | 664c298dd8fbd3ae16b114de8fee3e220232a07a (patch) | |
tree | 24e102e18da65a96470756cc0767f1148443fbb0 /devel | |
parent | 126a096ac516edd5ef7608f13c12316ffa09f6f0 (diff) | |
download | ports-664c298dd8fbd3ae16b114de8fee3e220232a07a.tar.gz ports-664c298dd8fbd3ae16b114de8fee3e220232a07a.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/py-ujson/Makefile | 2 | ||||
-rw-r--r-- | devel/py-ujson/distinfo | 4 | ||||
-rw-r--r-- | devel/py-ujson/pkg-descr | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/devel/py-ujson/Makefile b/devel/py-ujson/Makefile index 219689906247..04bef146ce3f 100644 --- a/devel/py-ujson/Makefile +++ b/devel/py-ujson/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= ujson -PORTVERSION= 1.23 +PORTVERSION= 1.33 CATEGORIES= devel python MASTER_SITES= CHEESESHOP PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX} diff --git a/devel/py-ujson/distinfo b/devel/py-ujson/distinfo index 0c90f9e83190..152d53b88d8b 100644 --- a/devel/py-ujson/distinfo +++ b/devel/py-ujson/distinfo @@ -1,2 +1,2 @@ -SHA256 (ujson-1.23.zip) = 6fc94fcbf6a6f56fd0814d1eadbfccf35e4215eeba647333ce59dcee03b589f3 -SIZE (ujson-1.23.zip) = 193701 +SHA256 (ujson-1.33.zip) = 68cf825f227c82e1ac61e423cfcad923ff734c27b5bdd7174495d162c42c602b +SIZE (ujson-1.33.zip) = 197034 diff --git a/devel/py-ujson/pkg-descr b/devel/py-ujson/pkg-descr index 4e5023531bf3..86ca06f09666 100644 --- a/devel/py-ujson/pkg-descr +++ b/devel/py-ujson/pkg-descr @@ -1,4 +1,4 @@ UltraJSON is a fast and extendable JSON encoder and decoder written in pure C. -WWW: https://github.com/esnme/ultrajson +WWW: https://github.com/esnme/ultrajson |