From d6fe45284c92a913c5ff46191ada2e4aaed5b620 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 1 Mar 2025 20:12:36 +0000 Subject: [PATCH 1/2] pgrx 0.13.1 --- Formula/p/pgrx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pgrx.rb b/Formula/p/pgrx.rb index d8a350f1b346f..ba38463006565 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.13.0.tar.gz" - sha256 "daa6e011de5e15b1a8445b98f31f3d6416de11cd36bdb5c351e3ab29968b3ef7" + url "https://github.com/pgcentralfoundation/pgrx/archive/refs/tags/v0.13.1.tar.gz" + sha256 "4416fc78cf5758931d0fd220c8343d3a8255e98af81833e87234fe35f02df7a0" license "MIT" bottle do From 808372d9e6624c1ecdc3eb3408d4c95a1cf39d10 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 1 Mar 2025 20:51:56 +0000 Subject: [PATCH 2/2] pgrx: update 0.13.1 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 ba38463006565..516d925735a48 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_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" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "229720422d7a56ee5780fe8dd87d086820b9151829153493f67fb8a85390f188" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "bdf3c63cdef75b4570d7b43db86878446054ee6f5ac2888232c4749ca6a1db8a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "371bc19c907b50402cf6100f191c597c7130afdd539f206150e87c55799887d2" + sha256 cellar: :any_skip_relocation, sonoma: "01040beae0a8e57c3680c1368f1927a1b4c0a3a42b4734da79235d1a098ef17b" + sha256 cellar: :any_skip_relocation, ventura: "54b5e97dbcfc280f1d884d6de16fd660d5b2df7c93070033d41e66c46067b782" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1f9cad5d2f19aabb5fdccc23b76c05c90df5366d80a8c7f89c6544522f2c93da" end depends_on "pkgconf" => :build