Update to 3.15.0.
PR: 214214 Submitted by: maintainer (Pavel Volkov)
This commit is contained in:
parent
c5343a0aee
commit
62626e11a1
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=426172
2 changed files with 8 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue