diff options
| author | Kirill Ponomarev <krion@FreeBSD.org> | 2017-02-21 14:34:19 +0000 | 
|---|---|---|
| committer | Kirill Ponomarev <krion@FreeBSD.org> | 2017-02-21 14:34:19 +0000 | 
| commit | c4c95901e7aac1efb651fc7bce417b4631171aa4 (patch) | |
| tree | 0bc518a0c56e9938434761253c341fba750390a3 | |
| parent | Fix build with libressl-devel. Restrict SSE option to x86, default on amd64. (diff) | |
Update databases/tcl-sqlite3 to 3.17.0
PR:		217224
Submitted by:	maintainer
Approved by:	mat (mentor)
Differential Revision:	https://reviews.freebsd.org/D9670
Notes
Notes:
    svn path=/head/; revision=434533
| -rw-r--r-- | databases/tcl-sqlite3/Makefile | 2 | ||||
| -rw-r--r-- | databases/tcl-sqlite3/distinfo | 6 | 
2 files changed, 4 insertions, 4 deletions
diff --git a/databases/tcl-sqlite3/Makefile b/databases/tcl-sqlite3/Makefile index 73fec3b42791..e7a137146787 100644 --- a/databases/tcl-sqlite3/Makefile +++ b/databases/tcl-sqlite3/Makefile @@ -1,7 +1,7 @@  # $FreeBSD$  PORTNAME=	sqlite3 -PORTVERSION=	3.16.2 +PORTVERSION=	3.17.0  CATEGORIES=	databases tcl  MASTER_SITES=	https://www.sqlite.org/2017/ http://www2.sqlite.org/2017/ http://www3.sqlite.org/2017/  PKGNAMEPREFIX=	tcl- diff --git a/databases/tcl-sqlite3/distinfo b/databases/tcl-sqlite3/distinfo index a60d40309089..a52573ded008 100644 --- a/databases/tcl-sqlite3/distinfo +++ b/databases/tcl-sqlite3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1484482086 -SHA256 (sqlite-autoconf-3160200.tar.gz) = 65cc0c3e9366f50c0679c5ccd31432cea894bc4a3e8947dabab88c8693263615 -SIZE (sqlite-autoconf-3160200.tar.gz) = 2508179 +TIMESTAMP = 1487423371 +SHA256 (sqlite-autoconf-3170000.tar.gz) = a4e485ad3a16e054765baf6371826b5000beed07e626510896069c0bf013874c +SIZE (sqlite-autoconf-3170000.tar.gz) = 2515143  | 
