diff options
author | wen <wen@FreeBSD.org> | 2011-05-31 16:58:32 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2011-05-31 16:58:32 +0800 |
commit | 46b9b616e4aa60c5047fe6ba9aab993583e517ee (patch) | |
tree | e304f17e7e33ded65059577a34ce842e4336ed95 /databases/gomysql | |
parent | 4c23d6bfd34130ec06eaea14362ff47a665952e5 (diff) | |
download | freebsd-ports-gnome-46b9b616e4aa60c5047fe6ba9aab993583e517ee.tar.gz freebsd-ports-gnome-46b9b616e4aa60c5047fe6ba9aab993583e517ee.tar.zst freebsd-ports-gnome-46b9b616e4aa60c5047fe6ba9aab993583e517ee.zip |
- Update to 0.3.2
Diffstat (limited to 'databases/gomysql')
-rw-r--r-- | databases/gomysql/Makefile | 6 | ||||
-rw-r--r-- | databases/gomysql/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/databases/gomysql/Makefile b/databases/gomysql/Makefile index 908cf0a0c9d2..d2f242c15a50 100644 --- a/databases/gomysql/Makefile +++ b/databases/gomysql/Makefile @@ -6,15 +6,15 @@ # PORTNAME= gomysql -PORTVERSION= 0.2.1 +PORTVERSION= 0.3.2 CATEGORIES= databases MASTER_SITES= LOCAL/wen -DISTNAME= Philio-GoMySQL-${PORTVERSION}-0-g61eeb6a +DISTNAME= Philio-GoMySQL-${PORTVERSION}-0-g3c1f411 MAINTAINER= wen@FreeBSD.org COMMENT= A MySQL client library written in Go -WRKSRC= ${WRKDIR}/Philio-GoMySQL-862a45c +WRKSRC= ${WRKDIR}/Philio-GoMySQL-f1112aa PLIST_FILES= ${GO_LIBDIR}/mysql.a USE_GO= yes diff --git a/databases/gomysql/distinfo b/databases/gomysql/distinfo index 824208242c73..2ad2ca6da669 100644 --- a/databases/gomysql/distinfo +++ b/databases/gomysql/distinfo @@ -1,2 +1,2 @@ -SHA256 (Philio-GoMySQL-0.2.1-0-g61eeb6a.tar.gz) = 132b2f85ae2297fcb6f50fe1473726b8e69e0203b63663aad3ee05a603cbf259 -SIZE (Philio-GoMySQL-0.2.1-0-g61eeb6a.tar.gz) = 19699 +SHA256 (Philio-GoMySQL-0.3.2-0-g3c1f411.tar.gz) = 104e80c397363079f79f45b42fd3c5c90cfc21047d7e9214f6f59313189be5a0 +SIZE (Philio-GoMySQL-0.3.2-0-g3c1f411.tar.gz) = 31928 |