From 79306c0fdeb6027268a5c65a54831cbc78b8e888 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 10 Jan 2026 02:36:15 +0000 Subject: [PATCH 1/2] doltgres 0.54.8 --- 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 637e9aedd6e7..897c0375a951 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.54.7.tar.gz" - sha256 "41b4401599501c93e9282cb898bbf5228c0214b181423ea8e6b7c00d628d2326" + url "https://github.com/dolthub/doltgresql/archive/refs/tags/v0.54.8.tar.gz" + sha256 "05998405615e62526bdf26f0d2f05641f63341bced43400de4e98ab937d1b322" license "Apache-2.0" head "https://github.com/dolthub/doltgresql.git", branch: "main" From 5474c4b33abdea6b25b0ea6ce4cf92e45ecb2f3d Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sat, 10 Jan 2026 03:31:42 +0000 Subject: [PATCH 2/2] doltgres: update 0.54.8 bottle. --- Formula/d/doltgres.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/doltgres.rb b/Formula/d/doltgres.rb index 897c0375a951..a5313a907d08 100644 --- a/Formula/d/doltgres.rb +++ b/Formula/d/doltgres.rb @@ -15,12 +15,12 @@ class Doltgres < Formula end bottle do - sha256 cellar: :any, arm64_tahoe: "a6027b9196bc79d6275db5fc658ecd1f3cd54d572de9ca6ab3ae4ee3e6ee662f" - sha256 cellar: :any, arm64_sequoia: "6f6574540af808a12b7fb29cdeb0d457a0b7da84297aca82997c77e9a36745e0" - sha256 cellar: :any, arm64_sonoma: "15368423a20fc03ceace12f4f95252c680eeb0aa114e201b8acdc651060dfc12" - sha256 cellar: :any, sonoma: "c83ab232ecd3c5cefa45dde550b24e0b5dd527d7fe7dda7c1c604415e788fab2" - sha256 cellar: :any_skip_relocation, arm64_linux: "5139159f9018fbce2557dc0e4a4b0e9cc051a8357b2e5ee99f0f8c298e9a139c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "15667aca9450d266c6380b859cc8843e0a90ed7cddd80a05498174c5ab67671b" + sha256 cellar: :any, arm64_tahoe: "be0edcca9548d1cf3886a67080293614b07c785616f627c9354c0ad459e0b847" + sha256 cellar: :any, arm64_sequoia: "d8ca163be8f631515a7a9afc91927e1aa539dfc45ad68890b4469d2bca16dca2" + sha256 cellar: :any, arm64_sonoma: "8eae04908b6b00f11d2fd8c9eed615c16492b952b7ec857d71b437e9b8a0119d" + sha256 cellar: :any, sonoma: "16d57f763260abcaab594b6572d4ea529e3abf2b66d0bd558f1af1d1f6ab1ab0" + sha256 cellar: :any_skip_relocation, arm64_linux: "cf159df9668b97d36499652e8e655a6d131ec96b8e3d937a6793adc07919fba4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "1c300839744686331e75eaa00f18e48f4ca5d4a0918528056bd422c8aab08cef" end depends_on "go" => :build