From 8276232f16c87c20cbc47f4d167ecebd09844896 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 18 Nov 2025 04:55:43 +0000 Subject: [PATCH 1/2] dolt 1.78.0 --- Formula/d/dolt.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/d/dolt.rb b/Formula/d/dolt.rb index 1cfa03510824c..8d7e33486a586 100644 --- a/Formula/d/dolt.rb +++ b/Formula/d/dolt.rb @@ -1,8 +1,8 @@ class Dolt < Formula desc "Git for Data" homepage "https://github.com/dolthub/dolt" - url "https://github.com/dolthub/dolt/archive/refs/tags/v1.77.0.tar.gz" - sha256 "5374b3f28c1ad84aaafb346706c1e78956b121abe963b677222b680ff92ff35c" + url "https://github.com/dolthub/dolt/archive/refs/tags/v1.78.0.tar.gz" + sha256 "615bd81d21699035ad419d6b2a5a042f09953f644fc82c0f64eae37edc7b0b32" license "Apache-2.0" version_scheme 1 head "https://github.com/dolthub/dolt.git", branch: "main" From 09b8c15ed0c376ce59c0d3bcfdc8172624c067de Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 18 Nov 2025 05:14:19 +0000 Subject: [PATCH 2/2] dolt: update 1.78.0 bottle. --- Formula/d/dolt.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/d/dolt.rb b/Formula/d/dolt.rb index 8d7e33486a586..5aa3a4e17b9fc 100644 --- a/Formula/d/dolt.rb +++ b/Formula/d/dolt.rb @@ -13,12 +13,12 @@ class Dolt < Formula end bottle do - sha256 cellar: :any, arm64_tahoe: "f79a6ed999bf70424e53d993dd8369aed8f8a00ca00e2c42e888f6e179b77fc4" - sha256 cellar: :any, arm64_sequoia: "01b39085425544306cccd4ba32db30798414f14461367caba61eb83e335f73f3" - sha256 cellar: :any, arm64_sonoma: "223a72ce4e9380fadf07f3bedbbad7a64586596ce19ca75398a0898d6d470aa4" - sha256 cellar: :any, sonoma: "395e156409d2c84807fca78d1aa7ab849a5f41648818897b1a097682a1940662" - sha256 cellar: :any_skip_relocation, arm64_linux: "ecb9c9edbe8eb8f702ef664f59c390043f62314b6c04a8c1de87f2d4c469056d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9664c03416a9c9feaf9d65eabb2ad102e805fe7f390582df081a1e780af37a26" + sha256 cellar: :any, arm64_tahoe: "7090200631313db088488d3fcfdbc384f62b056ae586b08f6e226d5bd0bf46b5" + sha256 cellar: :any, arm64_sequoia: "29db1e5f61048b1f0b5d2ed5346a3479c0720ebf2636b220d04451daa7238c2d" + sha256 cellar: :any, arm64_sonoma: "721f3e3c203813dc8ec77b6fa3cb8a9aab185386f9924dc11a570f648d8debc5" + sha256 cellar: :any, sonoma: "8ddb47a249e9041cbaf4118d45347f37ce2e9e75647dc184cf31ce800e869255" + sha256 cellar: :any_skip_relocation, arm64_linux: "d313188cd5682673f9e52e9d0375bd1aac1d9ba9d8cce8c02296a3652209ab08" + sha256 cellar: :any_skip_relocation, x86_64_linux: "58b34aaa7a92a5b8c58f689ed27f6179e2ff8cd0c32a201ef6f4740fed337fd1" end depends_on "go" => :build