Update to sqlite3 3.30.1.

See https://www.sqlite.org/releaselog/3_30_1.html
Will be a requirement for gecko 72 per #1586739
This commit is contained in:
landry 2019-11-09 10:09:04 +00:00
parent 08891b0af5
commit bd15eb002b
2 changed files with 6 additions and 6 deletions

View File

@ -1,12 +1,12 @@
# $OpenBSD: Makefile,v 1.104 2019/07/16 18:39:34 landry Exp $
# $OpenBSD: Makefile,v 1.105 2019/11/09 10:09:04 landry Exp $
COMMENT= embedded SQL implementation
DISTNAME = sqlite-autoconf-3290000
PKGNAME= sqlite3-3.29.0
DISTNAME = sqlite-autoconf-3300100
PKGNAME= sqlite3-3.30.1
# XXX needs bumps every time :-
SHARED_LIBS += sqlite3 37.7 # 8.6
SHARED_LIBS += sqlite3 37.8 # 8.6
# sqlite suggests that users might like to assert() that library and header
# versions match, so bumps are needed even if function signatures don't change.
# ... at the current time the only one noticed is a < check (in subversion)

View File

@ -1,2 +1,2 @@
SHA256 (sqlite-autoconf-3290000.tar.gz) = jnweKVC1sExZRKmByzH/+/nS3dqTnVNoOOvIVEga/Vs=
SIZE (sqlite-autoconf-3290000.tar.gz) = 2833613
SHA256 (sqlite-autoconf-3300100.tar.gz) = jFpQ2wib0qGwjbxbANICdgLKf/I4unZY+rykVNQpjmA=
SIZE (sqlite-autoconf-3300100.tar.gz) = 2848951