diff options
author | Frederic Culot <culot@FreeBSD.org> | 2013-05-31 14:03:15 +0000 |
---|---|---|
committer | Frederic Culot <culot@FreeBSD.org> | 2013-05-31 14:03:15 +0000 |
commit | 39e6d66d3bb938ee4318bb72fbed5e23932d7b4f (patch) | |
tree | 8a14962a3ec2d60467b94f5d833910ea78dc6524 /databases/sqlite3 | |
parent | c876a23dc5ebcd6e66e090c01bc805b534acc8c8 (diff) | |
download | ports-39e6d66d3bb938ee4318bb72fbed5e23932d7b4f.tar.gz ports-39e6d66d3bb938ee4318bb72fbed5e23932d7b4f.zip |
Notes
Diffstat (limited to 'databases/sqlite3')
-rw-r--r-- | databases/sqlite3/Makefile | 6 | ||||
-rw-r--r-- | databases/sqlite3/distinfo | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index b0e770bd79a8..24063a4174c8 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -2,13 +2,13 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.7.16.1 +PORTVERSION= 3.7.17 CATEGORIES= databases MASTER_SITES= http://www.sqlite.org/2013/ http://www2.sqlite.org/2013/ http://www3.sqlite.org/2013/ -DISTNAME= sqlite-autoconf-3071601 +DISTNAME= sqlite-autoconf-3071700 MAINTAINER= pavelivolkov@gmail.com -COMMENT= An SQL database engine in a C library +COMMENT= SQL database engine in a C library LICENSE= public LICENSE_NAME= Public Domain diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index 4c1528d97fb1..6c0b69f9756e 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,2 +1,2 @@ -SHA256 (sqlite-autoconf-3071601.tar.gz) = 4af5ea8cbb1b0b0b53c67cef0b32d86f76e84c912228954e8577224150184a68 -SIZE (sqlite-autoconf-3071601.tar.gz) = 1854392 +SHA256 (sqlite-autoconf-3071700.tar.gz) = 8ff46d0baa9e64c0815544e829e985f1161c096aa6344c8f430791dbeadc2baf +SIZE (sqlite-autoconf-3071700.tar.gz) = 1876108 |