Update ksql to 0.3.2

This commit is contained in:
jturner 2018-05-10 16:54:09 +00:00
parent 966582c490
commit f194de8cad
3 changed files with 6 additions and 5 deletions

View File

@ -1,8 +1,8 @@
# $OpenBSD: Makefile,v 1.10 2018/04/28 18:11:53 jturner Exp $
# $OpenBSD: Makefile,v 1.11 2018/05/10 16:54:09 jturner Exp $
COMMENT = yet another SQLite wrapper
DISTNAME = ksql-0.3.1
DISTNAME = ksql-0.3.2
CATEGORIES = databases
MAINTAINER = James Turner <james@calminferno.net>

View File

@ -1,2 +1,2 @@
SHA256 (ksql-0.3.1.tar.gz) = BsVzTSYEtv9gTPn6HukJV60DbljyZ1LV0GiOf0DlsHQ=
SIZE (ksql-0.3.1.tar.gz) = 41310
SHA256 (ksql-0.3.2.tar.gz) = lg+LgOelcJGzk6Yqt7J0tu46oFlQ8DytAN1lI69MtHs=
SIZE (ksql-0.3.2.tar.gz) = 44608

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.3 2018/02/01 00:32:56 jturner Exp $
@comment $OpenBSD: PLIST,v 1.4 2018/05/10 16:54:09 jturner Exp $
include/ksql.h
lib/libksql.a
@man man/man3/ksql.3
@ -11,6 +11,7 @@ lib/libksql.a
@man man/man3/ksql_free.3
@man man/man3/ksql_lastid.3
@man man/man3/ksql_open.3
@man man/man3/ksql_result_double.3
@man man/man3/ksql_role.3
@man man/man3/ksql_stmt_alloc.3
@man man/man3/ksql_stmt_double.3