diff --git a/Formula/d/dolt.rb b/Formula/d/dolt.rb index fca11360add4d..a0b35d57ccef8 100644 --- a/Formula/d/dolt.rb +++ b/Formula/d/dolt.rb @@ -1,8 +1,8 @@ class Dolt < Formula desc "Git for Data" homepage "https://github.com/dolthub/dolt" - url "https://github.com/dolthub/dolt/archive/refs/tags/v1.45.1.tar.gz" - sha256 "5dd2c43687de4fe10abc3778c5284a3e78393ad1da781f9418f2f1f38e101874" + url "https://github.com/dolthub/dolt/archive/refs/tags/v1.45.2.tar.gz" + sha256 "26a76acbf1e72a4b1e8673d70932910dfc5acd47535e198c7c416b6b1505f923" license "Apache-2.0" livecheck do @@ -11,12 +11,12 @@ class Dolt < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "d497214baae4f785533a7757c7eee2ac0d63ddb102b2f2372334950139111842" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "435b8d8bb7f6c95cd7037605a05d65691ccff01304e3521579c1268f9af3a6db" - sha256 cellar: :any_skip_relocation, arm64_ventura: "de5480fa0b895d1b266a2d504d61d952d969f943a08078dbac24ddcacb830c13" - sha256 cellar: :any_skip_relocation, sonoma: "0cf98f6de02ef58ceb8385d57ce517aca8795a71f504667566850125706cfc9b" - sha256 cellar: :any_skip_relocation, ventura: "4614e64c81195234d9b3bf7b81882c396f100ea9970a5328ae9f514f278bd022" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bcbc1757c715a7939b25b0eb7170a0418661566dfe626550f346487307409403" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "bd81b0d494876f37bbf4ff4370a8f1733595bed823b8f7495df4c0b4d6d1a86a" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "90458d705bc2c9d213b7fe9902348d4228a1fbf90b667603edf291c67962f778" + sha256 cellar: :any_skip_relocation, arm64_ventura: "8afa007b9507a9ac5568b21aeab0d354d21379361cd9d063d61cd75f130edb8f" + sha256 cellar: :any_skip_relocation, sonoma: "d0472eaee62cc3d1be536b4070526759f97d72a8cc001b6197973a0d9b6afda6" + sha256 cellar: :any_skip_relocation, ventura: "a9f349c7d9e4850c91179a9a08f3f707cb28b08a335add3d701f55b8cf9450f0" + sha256 cellar: :any_skip_relocation, x86_64_linux: "474890e93e6f2864e6d17d0857cae03d6e53c9745c434055e9d74065105f9fb1" end depends_on "go" => :build