diff options
author | Frederic Culot <culot@FreeBSD.org> | 2014-05-20 12:40:46 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2014-05-20 12:40:46 +0000 |
commit | f3e8f2d8d6abe4053ddea855209bd7c6626e2f96 (patch) | |
tree | 00632b24eca6e95fa3b48f2e024d67ed10e53a8c | |
parent | d3fd289b72a2dea9f84f62883a770d199fcd1343 (diff) | |
download | freebsd-ports-f3e8f2d8d6abe4053ddea855209bd7c6626e2f96.zip |
- Update to 3.8.4.3
PR: ports/189986
Submitted by: Pavel I Volkov <pavelivolkov@gmail.com> (maintainer)
-rw-r--r-- | databases/tcl-sqlite3/Makefile | 4 | ||||
-rw-r--r-- | databases/tcl-sqlite3/distinfo | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/tcl-sqlite3/Makefile b/databases/tcl-sqlite3/Makefile index 5c43cab2c9fd..48a49d695600 100644 --- a/databases/tcl-sqlite3/Makefile +++ b/databases/tcl-sqlite3/Makefile @@ -1,11 +1,11 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.8.4.2 +PORTVERSION= 3.8.4.3 CATEGORIES= databases tcl MASTER_SITES= http://www.sqlite.org/2014/ http://www2.sqlite.org/2014/ http://www3.sqlite.org/2014/ PKGNAMEPREFIX= tcl- -DISTNAME= sqlite-autoconf-3080402 +DISTNAME= sqlite-autoconf-3080403 MAINTAINER= pavelivolkov@gmail.com COMMENT= SQLite extension for Tcl using the Tcl Extension Architecture (TEA) diff --git a/databases/tcl-sqlite3/distinfo b/databases/tcl-sqlite3/distinfo index cfacb2849a1b..d3e308f69a52 100644 --- a/databases/tcl-sqlite3/distinfo +++ b/databases/tcl-sqlite3/distinfo @@ -1,2 +1,2 @@ -SHA256 (sqlite-autoconf-3080402.tar.gz) = e492dd83eb66f13bdac99ce4f1b14a80c84661ac2b64a8d105acc4b6cb66f1a5 -SIZE (sqlite-autoconf-3080402.tar.gz) = 1937368 +SHA256 (sqlite-autoconf-3080403.tar.gz) = e0e995e23a324a5d6ae95d8a836240382a4d7475d09707fc469c8cafcbd48d65 +SIZE (sqlite-autoconf-3080403.tar.gz) = 1937379 |