postgrest: Update to version 11.2.2

This commit is contained in:
github-actions[bot] 2023-10-25 20:24:10 +00:00
parent e43efeb41f
commit ccd631ce67

View File

@ -1,5 +1,5 @@
{ {
"version": "11.2.1", "version": "11.2.2",
"description": "REST API for any Postgres database", "description": "REST API for any Postgres database",
"homepage": "https://postgrest.org", "homepage": "https://postgrest.org",
"license": "MIT", "license": "MIT",
@ -8,8 +8,8 @@
}, },
"architecture": { "architecture": {
"64bit": { "64bit": {
"url": "https://github.com/PostgREST/postgrest/releases/download/v11.2.1/postgrest-v11.2.1-windows-x64.zip", "url": "https://github.com/PostgREST/postgrest/releases/download/v11.2.2/postgrest-v11.2.2-windows-x64.zip",
"hash": "8a0df7bc7553565d799ac4e15b1db167b32927ab2c42f75a5faa1e29716ef9d4", "hash": "3d9daf9378774666108b888d2731b2b54142da9f9d129f4c58611e7f8047bb5e",
"extract_dir": "artifacts\\postgrest-windows-x64" "extract_dir": "artifacts\\postgrest-windows-x64"
} }
}, },