From d4e2ddd3d371c3e6f3479ea50cb213002dbbea10 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 29 Jul 2022 20:30:33 +0000 Subject: [PATCH] postgrest: Update to version 9.0.0 --- bucket/postgrest.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/bucket/postgrest.json b/bucket/postgrest.json index ce2e1b39c2..df02cc731e 100644 --- a/bucket/postgrest.json +++ b/bucket/postgrest.json @@ -1,5 +1,5 @@ { - "version": "9.0.1", + "version": "9.0.0", "description": "REST API for any Postgres database", "homepage": "https://postgrest.org", "license": "MIT", @@ -8,8 +8,8 @@ }, "architecture": { "64bit": { - "url": "https://github.com/PostgREST/postgrest/releases/download/v9.0.1/postgrest-v9.0.1-windows-x64.zip", - "hash": "28a9c15f3d278b44e3ed18abb596063918a58c7afe357cdb12ec19d6a66e56f1", + "url": "https://github.com/PostgREST/postgrest/releases/download/v9.0.0/postgrest-v9.0.0-windows-x64.zip", + "hash": "5697e646d49cf902bf08c6f5b12fe327edd7b1351058023d2785115b3a1f88d7", "extract_dir": "artifacts\\postgrest-windows-x64" } },