Skip to content

Commit 1d2192d

Browse files
authored
Merge pull request #199317 from Homebrew/bump-dolt-1.43.18
dolt 1.43.18
2 parents 1bb60b3 + 82b6d7f commit 1d2192d

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.43.17.tar.gz"
5-
sha256 "dd19ba948432d05ecfff7f2676f0b83fe336dfdf65c52a0163088e48bcc42e25"
4+
url "https://github.com/dolthub/dolt/archive/refs/tags/v1.43.18.tar.gz"
5+
sha256 "b35a178c7016ca085541999cedc6341b4bfdb70476a75dbaf518da5d820627b8"
66
license "Apache-2.0"
77

88
livecheck do
@@ -11,12 +11,12 @@ class Dolt < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9bbd7733a451611a5a0953bf8e45df89af62c6da23c94b57b3bdd39b15461dc6"
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "32845f1dddfe455ee03582f205612865ce233964bf5f0a2f3312533f0612d0ac"
16-
sha256 cellar: :any_skip_relocation, arm64_ventura: "b93e90e5ec7001630476f5e42831f7722d94b8400831fdc498584d8eeb05706d"
17-
sha256 cellar: :any_skip_relocation, sonoma: "c3f70ad78c4236d4af41a031a6a0ea56421e8c5ebaeb654d4579ea97b5065366"
18-
sha256 cellar: :any_skip_relocation, ventura: "8f1715af3d7e0ebb6d87e22db2ddd2f3567078fced413ccb11c79f27b1d3bc14"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "962972e5f2e64b26f2e20d1a630689dd62e7ed5d2b3b1e65941af598231b3213"
14+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "0d226ca718c173a2a65eb242872f3afdf713e2a58c4adb42ba3f7bf9fcf75e8f"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8698c113ab01240230af3fdde005bb023f10995dd4a2d53967ef9363886397ea"
16+
sha256 cellar: :any_skip_relocation, arm64_ventura: "6ee51a9099fc95aa270d35fe3f1d0198ef9fe8cb3e75f6c6ef2c5edad3a37650"
17+
sha256 cellar: :any_skip_relocation, sonoma: "f6ceb93b061300d605a8b270c9c99634b78243eb627607014b91d86dc57de62d"
18+
sha256 cellar: :any_skip_relocation, ventura: "9d16c254474403af9e72ca3b02881aa911b45d772b9669556efa2308f8e21a92"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "7dab71ed2402c14cdb66234cf4f11589ef025b621458e473b3728f222d3fa2a6"
2020
end
2121

2222
depends_on "go" => :build

0 commit comments

Comments
 (0)