From 4f236461e05051e1f8cfec54c0964838d2ea7c6c Mon Sep 17 00:00:00 2001 From: Alexander Bayandin Date: Tue, 10 Oct 2023 13:23:05 +0100 Subject: [PATCH] neon-storage 4023 Closes #67. Signed-off-by: Alexander Bayandin --- Formula/neon-storage.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/neon-storage.rb b/Formula/neon-storage.rb index d785792..6daaf28 100644 --- a/Formula/neon-storage.rb +++ b/Formula/neon-storage.rb @@ -2,8 +2,8 @@ class NeonStorage < Formula desc "Storage components for Neon" homepage "https://github.com/neondatabase/neon" url "https://github.com/neondatabase/neon.git", - tag: "release-3985", - revision: "96b2e575e14862d1129c9965bfa7aeeebe7443b7" + tag: "release-4023", + revision: "9768aa27f2598de39a6dae540a93e070bc74aaa3" license "Apache-2.0" head "https://github.com/neondatabase/neon.git", branch: "main"