From b896fa50d16c185478beeee10e49f749fd8078a4 Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Sun, 24 Nov 2024 12:35:33 +0000 Subject: [PATCH] neon-extension: revision bump for Postgres 17 Closes #209. Signed-off-by: Alexander Bayandin --- Formula/neon-extension.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Formula/neon-extension.rb b/Formula/neon-extension.rb index 64bc0b2..730f3f9 100644 --- a/Formula/neon-extension.rb +++ b/Formula/neon-extension.rb @@ -5,6 +5,7 @@ class NeonExtension < Formula tag: "release-7145", revision: "1388bbae73cc714ed65d82240f6e0935eef805c6" license "Apache-2.0" + revision 1 head "https://github.com/neondatabase/neon.git", branch: "main" livecheck do @@ -32,7 +33,7 @@ def neon_postgres end def pg_versions - neon_postgres.pg_versions + neon_postgres.pg_versions(with: "v17") end def install