Skip to content

Commit 84d56ed

Browse files
authored
Merge pull request #254217 from Homebrew/bump-dolt-1.76.7
dolt 1.76.7
2 parents d9ec033 + 11a6b25 commit 84d56ed

File tree

1 file changed

+8
-9
lines changed

1 file changed

+8
-9
lines changed

Formula/d/dolt.rb

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
class Dolt < Formula
22
desc "Git for Data"
33
homepage "https://github.com/dolthub/dolt"
4-
url "https://github.com/dolthub/dolt/archive/refs/tags/v1.76.5.tar.gz"
5-
sha256 "a6f0b38e97a20e7030ae39c18f02eace87bb21e9ea6bdbbe1cb8386eae16f0b2"
4+
url "https://github.com/dolthub/dolt/archive/refs/tags/v1.76.7.tar.gz"
5+
sha256 "8f06b28fca32f991b449f90d402e016c96f9f42b8eb71663134f7a2ca69be46e"
66
license "Apache-2.0"
7-
revision 1
87
version_scheme 1
98
head "https://github.com/dolthub/dolt.git", branch: "main"
109

@@ -14,12 +13,12 @@ class Dolt < Formula
1413
end
1514

1615
bottle do
17-
sha256 cellar: :any, arm64_tahoe: "bcea7dc5339ea087a850533dedcfcd3043d3aa2c5b8cdd9ffea6487ecc6e6ad8"
18-
sha256 cellar: :any, arm64_sequoia: "ffec09baf3d4f0141e1838d11d4f1323658afd3d5f7a8b170de0a3aabb1366a0"
19-
sha256 cellar: :any, arm64_sonoma: "7591e5de1d0ca332e4e1f529c628a9df77392a95a01e391c82dba8e8bccafe2c"
20-
sha256 cellar: :any, sonoma: "fb28c472d6d019cf910bc9a836ce8c0745c4789219f1c459ca8ee56b4044e616"
21-
sha256 cellar: :any_skip_relocation, arm64_linux: "23061f02d4937cd2b6015c4a89bc1bc4549071c85e7129272f9d5cec2eb19373"
22-
sha256 cellar: :any_skip_relocation, x86_64_linux: "f2ab6e1b51c243d1f989b1f0527adbc28fbb629e8a2aa745dc44abfee6cd6455"
16+
sha256 cellar: :any, arm64_tahoe: "1151939870192676efee5e7e65641d2c2a538aad2144f88b6c8fe492f8f13f79"
17+
sha256 cellar: :any, arm64_sequoia: "f7934bc6c8a3e59aad26648ab7527d47fb07ac9c31b3889db975f88d4c7fb94c"
18+
sha256 cellar: :any, arm64_sonoma: "eb89ba67d95a93ef8cea4f21178a0acacd5a194416204447a85d388a168ef83c"
19+
sha256 cellar: :any, sonoma: "b4866be5a59a08a71a45daa8bfecc967c82339d4bf62e08b8bd19f32a13b1e7f"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "b5d91cdec8a3dc00e74047d21c567b6c762e92af212ad81f54f0e218edd6c966"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "9640befdbd414704468d43abba02e53e9b3108cb7f39d39aeed25ddbae2c93fd"
2322
end
2423

2524
depends_on "go" => :build

0 commit comments

Comments
 (0)