Skip to content

Commit 35717b9

Browse files
authored
Merge pull request #199711 from Homebrew/bump-dolt-1.43.19
dolt 1.43.19
2 parents d316d7e + fd8adcb commit 35717b9

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.18.tar.gz"
5-
sha256 "b35a178c7016ca085541999cedc6341b4bfdb70476a75dbaf518da5d820627b8"
4+
url "https://github.com/dolthub/dolt/archive/refs/tags/v1.43.19.tar.gz"
5+
sha256 "cd2a2497d94f938a9a5b68bd855c71a6ef136fa77cc11b31c17142efc65babfa"
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: "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"
14+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "23959ef3bcaa9085f247ed6565c8125db0a0c0e1487c160f52e08296989ae61d"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4673b7efe68b282fd63f78e144e3bca2051b63ff99e2ffea4bfc4f50e37ae089"
16+
sha256 cellar: :any_skip_relocation, arm64_ventura: "524274036d3f072a04aef573eb2f1664cae2476ab442251a3e6988a3f04d6017"
17+
sha256 cellar: :any_skip_relocation, sonoma: "c61eca4629c0fdbc7da424591a6643359b1f1aef09388f7e7614563930d6f755"
18+
sha256 cellar: :any_skip_relocation, ventura: "78f15a2bbd7e41d5b0ff93135b114d074b3718164c8389cb9edd2f30b97530ba"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "0a40671a3c10150f65cfe29474478ed3a3062af2937cc2dc61c56404cde59378"
2020
end
2121

2222
depends_on "go" => :build

0 commit comments

Comments
 (0)