Skip to content

Commit 512e13f

Browse files
authored
Merge pull request #198700 from Homebrew/bump-dolt-1.43.17
dolt 1.43.17
2 parents 3d84659 + 8bf92f6 commit 512e13f

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.16.tar.gz"
5-
sha256 "2c566585b0169881336c685bf8b144751bbb6322ca0262ffc81c7e7967af3d5e"
4+
url "https://github.com/dolthub/dolt/archive/refs/tags/v1.43.17.tar.gz"
5+
sha256 "dd19ba948432d05ecfff7f2676f0b83fe336dfdf65c52a0163088e48bcc42e25"
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: "aaf554eedded67ee27733f86f119d7558646f48715e4583d3ea7a48b9c490f2a"
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "dec56cd19437fed66f3f367c26b4d424bea0ad90e8f86575ee2a93b82014b9ba"
16-
sha256 cellar: :any_skip_relocation, arm64_ventura: "d5bbdb97b352fd6c6187b1bdee43d378a0d56768b3da998b53b86066fd943eaa"
17-
sha256 cellar: :any_skip_relocation, sonoma: "965307a59637f47eabee6ed1d891eec40dcb7ccdb2665bf58ccd4f523f5dd8b9"
18-
sha256 cellar: :any_skip_relocation, ventura: "561140f1e18cdee447011b8363f227bff04db955b5d9be650b284e60e172ab95"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "5ca2a2fcbec13fd2c13041a41ce6abbd4cdda0716998e983e7917a5d1f04108b"
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"
2020
end
2121

2222
depends_on "go" => :build

0 commit comments

Comments
 (0)