forked from TritonDataCenter/pkgsrc
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
databases/ruby-sqlite3: update to 1.4.4
1.4.4 (2022-06-14) Fixes * Compilation no longer fails against SQLite3 versions < 3.29.0. This issue was introduced in v1.4.3. [TritonDataCenter#324] (Thank you, @r6e!) 1.4.3 (2022-05-25) Enhancements * Disable non-standard support for double-quoted string literals via the :strict option. [TritonDataCenter#317] (Thank you, @casperisfine!) * Column type names are now explicitly downcased on platforms where they may have been in shoutcaps. [TritonDataCenter#315] (Thank you, @petergoldstein!) * Support File or Pathname arguments to Database.new. [TritonDataCenter#283] (Thank you, @yb66!) * Support building on MSVC. [TritonDataCenter#285] (Thank you, @jmarrec!)
- Loading branch information
taca
committed
Aug 11, 2022
1 parent
4b0337d
commit 3f82a29
Showing
3 changed files
with
7 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,6 @@ | ||
# $NetBSD: Makefile,v 1.52 2022/04/18 19:10:45 adam Exp $ | ||
# $NetBSD: Makefile,v 1.53 2022/08/11 04:16:28 taca Exp $ | ||
|
||
DISTNAME= sqlite3-1.4.2 | ||
PKGREVISION= 6 | ||
DISTNAME= sqlite3-1.4.4 | ||
CATEGORIES= databases | ||
|
||
MAINTAINER= [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
$NetBSD: distinfo,v 1.24 2021/10/26 10:10:04 nia Exp $ | ||
$NetBSD: distinfo,v 1.25 2022/08/11 04:16:28 taca Exp $ | ||
|
||
BLAKE2s (sqlite3-1.4.2.gem) = 6801e1b9994e3cb6493be9e1ee1708274622de755abe0393cda7c90268c00eb1 | ||
SHA512 (sqlite3-1.4.2.gem) = c4630dd2fa13914e2fcc70092c35568103f61f976958b439fe205abdfcff61702ca176d10bea40ff0cfea3169644cdb9146b7be94dff883cad3b753e84629545 | ||
Size (sqlite3-1.4.2.gem) = 70656 bytes | ||
BLAKE2s (sqlite3-1.4.4.gem) = ac73bbbe5cb11afb32f44567eab4648e1d5a2ae66d9994c33babd0fe15269f69 | ||
SHA512 (sqlite3-1.4.4.gem) = 48753652d2aec201dfeac37f284bfdbc1b39c208c4ef605a2b7073a8a56cf5edf2021a889d98e0939cc0fbc476ccfda1aa01a0d8848a6129cab3af68761fcf38 | ||
Size (sqlite3-1.4.4.gem) = 71168 bytes |