From 60079f40fab4b4f181753a53b483aae5b2bbd920 Mon Sep 17 00:00:00 2001 From: Marc-Antoine Parent Date: Thu, 9 May 2024 14:11:12 -0400 Subject: [PATCH] newer postgres14 --- Formula/postgresql_plpy@14.rb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Formula/postgresql_plpy@14.rb b/Formula/postgresql_plpy@14.rb index 51db703..943a5e2 100644 --- a/Formula/postgresql_plpy@14.rb +++ b/Formula/postgresql_plpy@14.rb @@ -1,10 +1,9 @@ class PostgresqlPlpyAT14 < Formula desc "Python3 as procedural language for Postgres" homepage "https://www.postgresql.org/" - url "https://ftp.postgresql.org/pub/source/v14.11/postgresql-14.11.tar.bz2" - sha256 "a670bd7dce22dcad4297b261136b3b1d4a09a6f541719562aa14ca63bf2968a8" + url "https://ftp.postgresql.org/pub/source/v14.12/postgresql-14.12.tar.bz2" + sha256 "6118d08f9ddcc1bd83cf2b7cc74d3b583bdcec2f37e6245a8ac003b8faa80923" license "PostgreSQL" - revision 1 livecheck do url "https://ftp.postgresql.org/pub/source/"