Update to ruby-sqlite3 1.4.2
This commit is contained in:
parent
3e674e9695
commit
81dc9fcb46
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.44 2019/11/12 06:40:37 jeremy Exp $
|
||||
# $OpenBSD: Makefile,v 1.45 2020/02/03 19:03:27 jeremy Exp $
|
||||
|
||||
COMMENT= access a SQLite3 database from ruby
|
||||
|
||||
DISTNAME= sqlite3-1.4.1
|
||||
DISTNAME= sqlite3-1.4.2
|
||||
CATEGORIES= databases
|
||||
|
||||
MAINTAINER = Jeremy Evans <jeremy@openbsd.org>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (sqlite3-1.4.1.gem) = JJH1rwXW+UVhNcHFRUcXDwf6LnMtdytNdXFozpYdIO0=
|
||||
SIZE (sqlite3-1.4.1.gem) = 70144
|
||||
SHA256 (sqlite3-1.4.2.gem) = 6LjvOw91wY4afuYsVnjIJ+mTieU/pV63qaX1dFkASlI=
|
||||
SIZE (sqlite3-1.4.2.gem) = 70656
|
||||
|
@ -1,4 +1,4 @@
|
||||
@comment $OpenBSD: PLIST,v 1.14 2019/03/28 04:33:31 jeremy Exp $
|
||||
@comment $OpenBSD: PLIST,v 1.15 2020/02/03 19:03:27 jeremy Exp $
|
||||
${GEM_LIB}/cache/${DISTNAME}.gem
|
||||
${GEM_LIB}/gems/${DISTNAME}/
|
||||
${GEM_LIB}/gems/${DISTNAME}/.gemtest
|
||||
@ -23,7 +23,7 @@ ${GEM_LIB}/gems/${DISTNAME}/lib/sqlite3/database.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sqlite3/errors.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sqlite3/pragmas.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sqlite3/resultset.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sqlite3/sqlite3_native.so
|
||||
@so ${GEM_LIB}/gems/${DISTNAME}/lib/sqlite3/sqlite3_native.so
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sqlite3/statement.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sqlite3/translator.rb
|
||||
${GEM_LIB}/gems/${DISTNAME}/lib/sqlite3/value.rb
|
||||
|
Loading…
Reference in New Issue
Block a user