Skip to content

Commit 86fd5f7

Browse files
authored
Merge pull request #254820 from Homebrew/bump-dolt-1.78.0
dolt 1.78.0
2 parents 130595a + 09b8c15 commit 86fd5f7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/d/dolt.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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.77.0.tar.gz"
5-
sha256 "5374b3f28c1ad84aaafb346706c1e78956b121abe963b677222b680ff92ff35c"
4+
url "https://github.com/dolthub/dolt/archive/refs/tags/v1.78.0.tar.gz"
5+
sha256 "615bd81d21699035ad419d6b2a5a042f09953f644fc82c0f64eae37edc7b0b32"
66
license "Apache-2.0"
77
version_scheme 1
88
head "https://github.com/dolthub/dolt.git", branch: "main"
@@ -13,12 +13,12 @@ class Dolt < Formula
1313
end
1414

1515
bottle do
16-
sha256 cellar: :any, arm64_tahoe: "f79a6ed999bf70424e53d993dd8369aed8f8a00ca00e2c42e888f6e179b77fc4"
17-
sha256 cellar: :any, arm64_sequoia: "01b39085425544306cccd4ba32db30798414f14461367caba61eb83e335f73f3"
18-
sha256 cellar: :any, arm64_sonoma: "223a72ce4e9380fadf07f3bedbbad7a64586596ce19ca75398a0898d6d470aa4"
19-
sha256 cellar: :any, sonoma: "395e156409d2c84807fca78d1aa7ab849a5f41648818897b1a097682a1940662"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "ecb9c9edbe8eb8f702ef664f59c390043f62314b6c04a8c1de87f2d4c469056d"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "9664c03416a9c9feaf9d65eabb2ad102e805fe7f390582df081a1e780af37a26"
16+
sha256 cellar: :any, arm64_tahoe: "7090200631313db088488d3fcfdbc384f62b056ae586b08f6e226d5bd0bf46b5"
17+
sha256 cellar: :any, arm64_sequoia: "29db1e5f61048b1f0b5d2ed5346a3479c0720ebf2636b220d04451daa7238c2d"
18+
sha256 cellar: :any, arm64_sonoma: "721f3e3c203813dc8ec77b6fa3cb8a9aab185386f9924dc11a570f648d8debc5"
19+
sha256 cellar: :any, sonoma: "8ddb47a249e9041cbaf4118d45347f37ce2e9e75647dc184cf31ce800e869255"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "d313188cd5682673f9e52e9d0375bd1aac1d9ba9d8cce8c02296a3652209ab08"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "58b34aaa7a92a5b8c58f689ed27f6179e2ff8cd0c32a201ef6f4740fed337fd1"
2222
end
2323

2424
depends_on "go" => :build

0 commit comments

Comments
 (0)