Update to sqlite 3.24.0.

Went in an amd64 bulk build, and will probably be required at some point
by gecko 62.
See https://www.sqlite.org/releaselog/3_24_0.html
This commit is contained in:
landry 2018-06-27 04:55:34 +00:00
parent c5961827d0
commit eeab94a207
2 changed files with 6 additions and 6 deletions

View File

@ -1,11 +1,11 @@
# $OpenBSD: Makefile,v 1.93 2018/05/12 18:11:34 landry Exp $
# $OpenBSD: Makefile,v 1.94 2018/06/27 04:55:34 landry Exp $
COMMENT= embedded SQL implementation
DISTNAME = sqlite-autoconf-3230100
PKGNAME= sqlite3-3.23.1
DISTNAME = sqlite-autoconf-3240000
PKGNAME= sqlite3-3.24.0
SHARED_LIBS += sqlite3 37.2 # 8.6
SHARED_LIBS += sqlite3 37.3 # 8.6
CATEGORIES= databases

View File

@ -1,2 +1,2 @@
SHA256 (sqlite-autoconf-3230100.tar.gz) = koQrKD5edE7/XaKe08aTkd5zaPzMTQ7mv2JJDOVV7yU=
SIZE (sqlite-autoconf-3230100.tar.gz) = 2675362
SHA256 (sqlite-autoconf-3240000.tar.gz) = 2dFOiMb7bWjenKDR+Xl0d9gvw67WE1WPh/+9u8XOt0o=
SIZE (sqlite-autoconf-3240000.tar.gz) = 2699252