diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2016-11-15 15:28:57 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2016-11-15 15:28:57 +0000 |
commit | 62626e11a135907969c275a8a7be80f898b7357b (patch) | |
tree | 947664ddcfacfd9845dda972c0bd3ae9fcfab6aa | |
parent | mail/msmtp: update to 1.6.6 (diff) |
Update to 3.15.0.
PR: 214214
Submitted by: maintainer (Pavel Volkov)
-rw-r--r-- | databases/sqlite3/Makefile | 7 | ||||
-rw-r--r-- | databases/sqlite3/distinfo | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/databases/sqlite3/Makefile b/databases/sqlite3/Makefile index 6dd981e3690e..ab679e88e69a 100644 --- a/databases/sqlite3/Makefile +++ b/databases/sqlite3/Makefile @@ -2,8 +2,7 @@ # $FreeBSD$ PORTNAME= sqlite3 -PORTVERSION= 3.14.1 -PORTREVISION= 1 +PORTVERSION= 3.15.0 CATEGORIES= databases MASTER_SITES= https://www.sqlite.org/2016/ http://www2.sqlite.org/2016/ http://www3.sqlite.org/2016/ DISTNAME= sqlite-autoconf-${PORTVERSION:C/\.([[:digit:]])[[:>:]]/0\1/g:S/.//g}00 @@ -208,4 +207,8 @@ post-build: @${ECHO_MSG} "===> WARNING: on ${ARCH} don't pass atof1-* tests" .endif +# for compares with checksum from of the site +sha1: + @sha1 ${DISTDIR}/${ALLFILES} + .include <bsd.port.mk> diff --git a/databases/sqlite3/distinfo b/databases/sqlite3/distinfo index 9982b1be0607..38ab68b189f2 100644 --- a/databases/sqlite3/distinfo +++ b/databases/sqlite3/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1471674483 -SHA256 (sqlite-autoconf-3140100.tar.gz) = bc7182476900017becb81565ecea7775d46ab747a97281aa610f4f45881c47a6 -SIZE (sqlite-autoconf-3140100.tar.gz) = 2473610 +TIMESTAMP = 1478257190 +SHA256 (sqlite-autoconf-3150000.tar.gz) = 77162da9b4a0336d7e77d5252b690662850f62b47c12d9125f74ab9de78ded27 +SIZE (sqlite-autoconf-3150000.tar.gz) = 2490473 |