-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #59 from yo61/fix_on_jammy
Update deps to fix build on Ubuntu 22.04 "jammy"
- Loading branch information
Showing
2 changed files
with
1,061 additions
and
720 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 |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "treasuredata_fdw", | ||
"abstract": "PostgreSQL Foreign Data Wrapper for Treasure Data", | ||
"description": "This extension implements a Foreign Data Wrapper for Treasure Data. It is supported on PostgreSQL 9.4 and above.", | ||
"version": "1.2.15", | ||
"version": "1.2.16", | ||
"maintainer": [ | ||
"Mitsunori Komatsu <[email protected]>", | ||
"Keisuke Suzuki <[email protected]>" | ||
|
@@ -13,7 +13,7 @@ | |
"abstract": "PostgreSQL Foreign Data Wrapper for Treasure Data", | ||
"file": "treasuredata_fdw--1.2.sql", | ||
"docfile": "README.md", | ||
"version": "1.2.15" | ||
"version": "1.2.16" | ||
} | ||
}, | ||
"prereqs": { | ||
|
Oops, something went wrong.