diff options
-rw-r--r-- | databases/pymongo/Makefile | 2 | ||||
-rw-r--r-- | databases/pymongo/distinfo | 4 | ||||
-rw-r--r-- | databases/pymongo/pkg-descr | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/databases/pymongo/Makefile b/databases/pymongo/Makefile index d22ef8a5dec8..6da19a709d58 100644 --- a/databases/pymongo/Makefile +++ b/databases/pymongo/Makefile @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= pymongo -PORTVERSION= 2.6 +PORTVERSION= 2.6.1 CATEGORIES= databases python MASTER_SITES= CHEESESHOP diff --git a/databases/pymongo/distinfo b/databases/pymongo/distinfo index 6635eb4b67b2..00c4b5690f20 100644 --- a/databases/pymongo/distinfo +++ b/databases/pymongo/distinfo @@ -1,2 +1,2 @@ -SHA256 (pymongo-2.6.tar.gz) = 0397584348e5b9efa678878ef686ea3bb77f9b83e634480033ce67467d43675a -SIZE (pymongo-2.6.tar.gz) = 322457 +SHA256 (pymongo-2.6.1.tar.gz) = 1ed87e7b297f4dfbf9a40176ffeb7faf1ac0b0952d290380f7e632a8fb93694c +SIZE (pymongo-2.6.1.tar.gz) = 322608 diff --git a/databases/pymongo/pkg-descr b/databases/pymongo/pkg-descr index c46dcbf865d4..8b7f6c9b1c3c 100644 --- a/databases/pymongo/pkg-descr +++ b/databases/pymongo/pkg-descr @@ -3,4 +3,4 @@ the Mongo database from Python. The pymongo package is a native Python driver for the Mongo database. The gridfs package is a gridfs implementation on top of pymongo. -WWW: http://github.com/mongodb/mongo-python-driver +WWW: http://github.com/mongodb/mongo-python-driver/ |