From 29aaa4cc627216f9653d1df9723e78fc056b403d Mon Sep 17 00:00:00 2001 From: "Gavin M. Roy" Date: Fri, 12 Jun 2026 15:50:44 -0400 Subject: [PATCH 1/2] Move the Homebrew formula to the consolidated gmr/homebrew-gmr tap gmr's tools now share one tap (brew tap gmr/gmr). The new tap is seeded with the current pgfmt 2.1.4 formula; gmr/homebrew-pgfmt stays in place for existing installs but no longer receives updates. Co-authored-by: Claude --- .github/workflows/release.yaml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1a9f5f2..fb376ca 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -80,7 +80,7 @@ jobs: - name: Checkout homebrew tap uses: actions/checkout@v5 with: - repository: gmr/homebrew-pgfmt + repository: gmr/homebrew-gmr token: ${{ secrets.HOMEBREW_TAP_TOKEN }} - name: Update formula diff --git a/README.md b/README.md index 7f0e095..26637b2 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Formatting is powered by [libpgfmt](https://crates.io/crates/libpgfmt). ### Homebrew (macOS / Linux) ```bash -brew tap gmr/pgfmt +brew tap gmr/gmr brew install pgfmt ``` @@ -25,7 +25,7 @@ brew install pgfmt > formula first: > > ```bash -> brew trust --formula gmr/pgfmt/pgfmt +> brew trust --formula gmr/gmr/pgfmt > ``` > > or, as a temporary workaround, set `HOMEBREW_NO_REQUIRE_TAP_TRUST=1` for From 1c11d090c6f6fd1ad88822cfbe5e195197b66a8f Mon Sep 17 00:00:00 2001 From: "Gavin M. Roy" Date: Fri, 12 Jun 2026 16:01:06 -0400 Subject: [PATCH 2/2] Use the renamed gmr/postgres tap The shared tap is homebrew-postgres (brew tap gmr/postgres) rather than homebrew-gmr. Co-authored-by: Claude --- .github/workflows/release.yaml | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index fb376ca..ec6e31f 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -80,7 +80,7 @@ jobs: - name: Checkout homebrew tap uses: actions/checkout@v5 with: - repository: gmr/homebrew-gmr + repository: gmr/homebrew-postgres token: ${{ secrets.HOMEBREW_TAP_TOKEN }} - name: Update formula diff --git a/README.md b/README.md index 26637b2..fe84b42 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Formatting is powered by [libpgfmt](https://crates.io/crates/libpgfmt). ### Homebrew (macOS / Linux) ```bash -brew tap gmr/gmr +brew tap gmr/postgres brew install pgfmt ``` @@ -25,7 +25,7 @@ brew install pgfmt > formula first: > > ```bash -> brew trust --formula gmr/gmr/pgfmt +> brew trust --formula gmr/postgres/pgfmt > ``` > > or, as a temporary workaround, set `HOMEBREW_NO_REQUIRE_TAP_TRUST=1` for