diff options
author | Steve Wills <swills@FreeBSD.org> | 2018-02-03 14:49:46 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2018-02-03 14:49:46 +0000 |
commit | 9c95f146645c66280a2306f5c1b4d8f73b825346 (patch) | |
tree | 50ba3d5da8183bce6a5ecbcce74fef89502b0e86 | |
parent | 74f6c2ab05561aff0fcdc0e48b38c65d58e63ab3 (diff) | |
download | ports-9c95f146645c66280a2306f5c1b4d8f73b825346.tar.gz ports-9c95f146645c66280a2306f5c1b4d8f73b825346.zip |
Notes
-rw-r--r-- | databases/tcl-sqlite3/Makefile | 4 | ||||
-rw-r--r-- | databases/tcl-sqlite3/distinfo | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/databases/tcl-sqlite3/Makefile b/databases/tcl-sqlite3/Makefile index 7bccf3ad28d7..5eade16438a4 100644 --- a/databases/tcl-sqlite3/Makefile +++ b/databases/tcl-sqlite3/Makefile @@ -1,9 +1,9 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.21.0 +PORTVERSION= 3.22.0 CATEGORIES= databases tcl -MASTER_SITES= https://www.sqlite.org/2017/ http://www2.sqlite.org/2017/ http://www3.sqlite.org/2017/ +MASTER_SITES= https://www.sqlite.org/2018/ http://www2.sqlite.org/2018/ http://www3.sqlite.org/2018/ PKGNAMEPREFIX= tcl- DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 diff --git a/databases/tcl-sqlite3/distinfo b/databases/tcl-sqlite3/distinfo index 127afcc81204..eb43e2fa4d3e 100644 --- a/databases/tcl-sqlite3/distinfo +++ b/databases/tcl-sqlite3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1509530702 -SHA256 (sqlite-autoconf-3210000.tar.gz) = d7dd516775005ad87a57f428b6f86afd206cb341722927f104d3f0cf65fbbbe3 -SIZE (sqlite-autoconf-3210000.tar.gz) = 2568942 +TIMESTAMP = 1517662136 +SHA256 (sqlite-autoconf-3220000.tar.gz) = 2824ab1238b706bc66127320afbdffb096361130e23291f26928a027b885c612 +SIZE (sqlite-autoconf-3220000.tar.gz) = 2644649 |