Skip to content

Commit f3ce7d3

Browse files
authored
Merge pull request #196458 from Homebrew/bump-dolt-1.43.11
dolt 1.43.11
2 parents 8d3fbb6 + b8cb7d8 commit f3ce7d3

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.10.tar.gz"
5-
sha256 "03f70573f6c75af01dca708921399a7df7a2609695ce2ea1e5f67bf077d90a8a"
4+
url "https://github.com/dolthub/dolt/archive/refs/tags/v1.43.11.tar.gz"
5+
sha256 "64745c10d700de15dac926441400c4d2a9bbfd320b657f9ece49845ef3d6ecf2"
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: "58270c97f4b8e5f14c6a9cf6838a3c859b4099e890365139685b0760a70c2d60"
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "4ef856189cf6c5779574e66fd24eb2f0a37b8ee40993ec2c9a7b0d2cc1e1b3bc"
16-
sha256 cellar: :any_skip_relocation, arm64_ventura: "2587fcf5620dcff07ffcb23fdedca76b27c3d9136884c777c37053bb77acdb65"
17-
sha256 cellar: :any_skip_relocation, sonoma: "515e18f012dc52f8f765e838f4086c00b352fd5745d30ae92bf35705b1cbe00a"
18-
sha256 cellar: :any_skip_relocation, ventura: "c927412dd91fb9a98540ebb197f0bb2d9c75088a6712e1ba04558136b15be7df"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "4b65fe0a3e2902f84071c15aeb2afd7ac349cb57ac648a87d54c1de2c0b9aee0"
14+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "663f43779cf529ca36362474ed273531c2c5242527e2483d0f4112935b42644e"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "0ce8c9389e8ebb2d21543739030962aea1a95b1f78077cacdb58ac561d25930d"
16+
sha256 cellar: :any_skip_relocation, arm64_ventura: "ce51fac6054de23cd229b8cd63c7e985b9687ae4fc1d6495b8c75e83d984ca9b"
17+
sha256 cellar: :any_skip_relocation, sonoma: "b185c44901cedd2a55e6212d17a45d3d41bb19d256202b397bab40cb89a8c6b2"
18+
sha256 cellar: :any_skip_relocation, ventura: "fbb4caf089428f9c0995e2172098f3a071274dab9c8d590e6a135859f9d1f393"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "fbc464ca5ec4586d6ae944fc3db3a6fe57a6e9f0a2bff7b3e33a61fff6ce7ce0"
2020
end
2121

2222
depends_on "go" => :build

0 commit comments

Comments
 (0)