update to ocaml-sqlite3-2.0.9
ok jca@, tested by krw@ daniel@ jsg@
This commit is contained in:
parent
d4bb0c81ea
commit
2e3c1add86
@ -1,15 +1,14 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2014/08/22 22:21:53 kili Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2015/08/30 15:50:24 avsm Exp $
|
||||
|
||||
COMMENT= Objective Caml bindings for SQLite3
|
||||
CATEGORIES= databases
|
||||
|
||||
V= 2.0.4
|
||||
V= 2.0.9
|
||||
NAME = ocaml-sqlite3
|
||||
DISTNAME= sqlite3-ocaml-${V}
|
||||
PKGNAME= ${NAME}-${V}
|
||||
REVISION= 0
|
||||
EXTRACT_SUFX= .tar.gz
|
||||
MASTER_SITES= https://bitbucket.org/mmottl/sqlite3-ocaml/downloads/
|
||||
MASTER_SITES= https://github.com/mmottl/sqlite3-ocaml/releases/download/v${V}/
|
||||
|
||||
MAINTAINER= Anil Madhavapeddy <avsm@openbsd.org>
|
||||
HOMEPAGE= https://bitbucket.org/mmottl/sqlite3-ocaml/
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (sqlite3-ocaml-2.0.4.tar.gz) = Ucy0x6JA60BlLFnhdwz+GCffoeuSbJadGf9BSu9OgKE=
|
||||
SIZE (sqlite3-ocaml-2.0.4.tar.gz) = 60665
|
||||
SHA256 (sqlite3-ocaml-2.0.9.tar.gz) = oRQ6Jg4OlD45qxycioDjL1QsC+lY1Pj8qrgP5Wzommc=
|
||||
SIZE (sqlite3-ocaml-2.0.9.tar.gz) = 65361
|
||||
|
@ -1,9 +1,12 @@
|
||||
@comment $OpenBSD: PLIST,v 1.4 2012/08/18 21:57:24 avsm Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.5 2015/08/30 15:50:24 avsm Exp $
|
||||
lib/ocaml/sqlite3/
|
||||
lib/ocaml/sqlite3/META
|
||||
lib/ocaml/sqlite3/libsqlite3_stubs.a
|
||||
lib/ocaml/sqlite3/sqlite3.annot
|
||||
lib/ocaml/sqlite3/sqlite3.cma
|
||||
lib/ocaml/sqlite3/sqlite3.cmi
|
||||
lib/ocaml/sqlite3/sqlite3.cmt
|
||||
lib/ocaml/sqlite3/sqlite3.cmti
|
||||
lib/ocaml/sqlite3/sqlite3.mli
|
||||
%%native%%
|
||||
%%SHARED%%
|
||||
@ -20,6 +23,7 @@ share/doc/ocaml-sqlite3/api/index_attributes.html
|
||||
share/doc/ocaml-sqlite3/api/index_class_types.html
|
||||
share/doc/ocaml-sqlite3/api/index_classes.html
|
||||
share/doc/ocaml-sqlite3/api/index_exceptions.html
|
||||
share/doc/ocaml-sqlite3/api/index_extensions.html
|
||||
share/doc/ocaml-sqlite3/api/index_methods.html
|
||||
share/doc/ocaml-sqlite3/api/index_module_types.html
|
||||
share/doc/ocaml-sqlite3/api/index_modules.html
|
||||
|
Loading…
Reference in New Issue
Block a user