Skip to content

Commit

Permalink
databases/rubygem-pg_query: update to 2.2.1
Browse files Browse the repository at this point in the history
2.2.1 2023-01-20

    Detect tables used in the query of a PREPARE statement (#273)
    Expose recursive walk functionality via walk! (#268)
    Retain schema in name when parsing out functions (#272)

https://github.com/pganalyze/pg_query/blob/main/CHANGELOG.md
  • Loading branch information
mfechner committed Apr 3, 2023
1 parent 52b0843 commit d96b9e0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion databases/rubygem-pg_query/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
PORTNAME= pg_query
PORTVERSION= 2.2.0
PORTVERSION= 2.2.1
CATEGORIES= databases rubygems
MASTER_SITES= RG

Expand Down
6 changes: 3 additions & 3 deletions databases/rubygem-pg_query/distinfo
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
TIMESTAMP = 1669471708
SHA256 (rubygem/pg_query-2.2.0.gem) = 84a37548412f540061bcc52ee2915352297832816bca60e4524c716e03f1e950
SIZE (rubygem/pg_query-2.2.0.gem) = 2156032
TIMESTAMP = 1676991927
SHA256 (rubygem/pg_query-2.2.1.gem) = 6086972bbf4eab86d8425b35f14ca8b6fe41e4341423582801c1ec86ff5f8cea
SIZE (rubygem/pg_query-2.2.1.gem) = 2157056

0 comments on commit d96b9e0

Please sign in to comment.