From 8bc94a9731ea8d4a8aabae5c3f92ae779b34325b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 9 Aug 2025 02:35:58 +0000 Subject: [PATCH 1/2] doltgres 0.51.1 --- Formula/d/doltgres.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/doltgres.rb b/Formula/d/doltgres.rb index d15f85b8d61f0..3b229216c5285 100644 --- a/Formula/d/doltgres.rb +++ b/Formula/d/doltgres.rb @@ -1,8 +1,8 @@ class Doltgres < Formula desc "Dolt for Postgres" homepage "https://github.com/dolthub/doltgresql" - url "https://github.com/dolthub/doltgresql/archive/refs/tags/v0.51.0.tar.gz" - sha256 "2ba8de8b425f6f808a5d02e33d7ec8cf2ef8277d2c2cbad81b6cc5316f1df5b2" + url "https://github.com/dolthub/doltgresql/archive/refs/tags/v0.51.1.tar.gz" + sha256 "529ab20226ffd03e167a5034d85ce4d5a12c36e4b834cd91da21caca8a9079ac" license "Apache-2.0" head "https://github.com/dolthub/doltgresql.git", branch: "main" From e489225b05c572f430b962fc728b1c8e67c0064f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 9 Aug 2025 03:08:23 +0000 Subject: [PATCH 2/2] doltgres: update 0.51.1 bottle. --- Formula/d/doltgres.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/d/doltgres.rb b/Formula/d/doltgres.rb index 3b229216c5285..797249f9853fa 100644 --- a/Formula/d/doltgres.rb +++ b/Formula/d/doltgres.rb @@ -15,13 +15,13 @@ class Doltgres < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "09d1e931be121175e59433f355052d972d2ff5284343c63a28fbb32bd0e55c04" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "6ed15ab83850ebef8efaff7c602c9c2cb0e0c4f5de9edc39ba69e8e17344f81c" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2c765932331d0cc5e5fbf03de2e50c842beda6bf444f7d1e59950eecec1bcdab" - sha256 cellar: :any_skip_relocation, sonoma: "cd5b4a2202d53dbd0a236675a2f51b5de3f6a46fa8409124a7423fde2ab548be" - sha256 cellar: :any_skip_relocation, ventura: "db65ac85ec17325b4651e8e10cd6a21f2c5c688939a737a342afc340c9a1fba9" - sha256 cellar: :any_skip_relocation, arm64_linux: "6300317366f9ea03a686c67bce1320d2558e27513b2e9fa4720c038d005bb962" - sha256 cellar: :any_skip_relocation, x86_64_linux: "904d5919ac10096e4614d4add09b784a0eedfb48632b7fdf8f5f1c0f9a25863f" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "ed4e194d9c42b2c6bc661e7d9dd6cc97099ae81c9173cb4137ffc9bf1b492bad" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "10d32b55ca0e7d661c4484a86e95beb0c3226a60bb98c22038b627475ad6f814" + sha256 cellar: :any_skip_relocation, arm64_ventura: "7a67fc37cc9ae3578c1a4b9fd324818ed28a096b9c468808347ac94393bcca8e" + sha256 cellar: :any_skip_relocation, sonoma: "a8633233374be341234fa4ea58cbdb18d2fc1b1f522eeb180d1629ac6563adf6" + sha256 cellar: :any_skip_relocation, ventura: "65ecaefafe787ff6aee79dcd1545b253c3b8153c335fe9ab16a7ca54316e1c4d" + sha256 cellar: :any_skip_relocation, arm64_linux: "4beb5112fcb31437e19873f03dc35741da455fbc3c55435ce54bb965ae63c1bd" + sha256 cellar: :any_skip_relocation, x86_64_linux: "b29fa433e2c871176800fa927653ee031eb8a03665319bba535eaba4a559bc0a" end depends_on "go" => :build