From a1448a5cd9e9835223233d9060994e8144101cc8 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Mon, 24 Feb 2025 22:47:41 -0500 Subject: [PATCH 1/2] pgrx 0.13.0 autobump: add pgrx Signed-off-by: Rui Chen --- .github/autobump.txt | 1 + Formula/p/pgrx.rb | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/autobump.txt b/.github/autobump.txt index ff66e3ac9c894..ed9eda693efa6 100644 --- a/.github/autobump.txt +++ b/.github/autobump.txt @@ -2571,6 +2571,7 @@ pgpool-ii pgrok pgroonga pgrouting +pgrx pgweb phive phoronix-test-suite diff --git a/Formula/p/pgrx.rb b/Formula/p/pgrx.rb index 90a2737f5ee67..f62a417667158 100644 --- a/Formula/p/pgrx.rb +++ b/Formula/p/pgrx.rb @@ -1,8 +1,8 @@ class Pgrx < Formula desc "Build Postgres Extensions with Rust" homepage "https://github.com/pgcentralfoundation/pgrx" - url "https://github.com/pgcentralfoundation/pgrx/archive/refs/tags/v0.12.9.tar.gz" - sha256 "53358008dd2d63293539440b03099cdf7165f8078f1000ed6ad4ed67064309d4" + url "https://github.com/pgcentralfoundation/pgrx/archive/refs/tags/v0.13.0.tar.gz" + sha256 "daa6e011de5e15b1a8445b98f31f3d6416de11cd36bdb5c351e3ab29968b3ef7" license "MIT" bottle do From 00f88f529dcab23864066a0607b260505d8aa17b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 25 Feb 2025 05:31:44 +0000 Subject: [PATCH 2/2] pgrx: update 0.13.0 bottle. --- Formula/p/pgrx.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/pgrx.rb b/Formula/p/pgrx.rb index f62a417667158..d8a350f1b346f 100644 --- a/Formula/p/pgrx.rb +++ b/Formula/p/pgrx.rb @@ -6,12 +6,12 @@ class Pgrx < Formula license "MIT" bottle do - sha256 cellar: :any, arm64_sequoia: "2bac8db8d252561c2fd3035ef3e6b8bf134f53e82c8dd5c3f179a0e074c416f4" - sha256 cellar: :any, arm64_sonoma: "cefb5693fecbd14d14a76983ea0d7937083cb025cba4129c5b167403cb4a7f7b" - sha256 cellar: :any, arm64_ventura: "8acba827920232047703ce36395b7a13b48bf6c29f7492ea2dbc7922c5b865ed" - sha256 cellar: :any, sonoma: "51f0ee65d9d4608af7583758a779f8ef82e9fe1499c3e482d0dd6b70d94a9a38" - sha256 cellar: :any, ventura: "12af6b54d4546d5abfa4c0efe949a4bcb518ec2ada147a1f0725b2a834f9886f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "62dcb61755e91671f1a0d6cdd454a2e1f198a252f04e74a4d437924e8ceee8a0" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "885e886fefe593a730fc3420d89865378174af70f4e1e9cf62c3cff1f3c125bb" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "9c97cae30168b41d2545896d59658b1a7a159d43b5b98ff5a95a0c0246931ed7" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ab0cfe190d0d3148d8874fec5836d42e5152766e2bd787e334b27b5819c900fc" + sha256 cellar: :any_skip_relocation, sonoma: "4449a9f1c3d891c061e84e4d250ab5766130ee285d8b90c747115df11e34d0c7" + sha256 cellar: :any_skip_relocation, ventura: "da27217b7c40c8b4e28ca145bdc879d4e8b37a2ff11564662be4d23a3f7956fa" + sha256 cellar: :any_skip_relocation, x86_64_linux: "f3e8f6316113c5c0f5a8847ddc8d938306a98872e9f2d0a50b8bb5bc109eeb83" end depends_on "pkgconf" => :build