diff --git a/Formula/d/dolt.rb b/Formula/d/dolt.rb index 805edbebcafa4..6e5ac5a8c47c0 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.42.2.tar.gz" - sha256 "6fe33bf33d050a2821c87ef74579f621d912cf70db287f72a2efc87c09ea9091" + url "https://github.com/dolthub/dolt/archive/refs/tags/v1.42.3.tar.gz" + sha256 "eb6f99225c59308fa66c423885a46539dc5ea34b43db9f6b31b933cffc9f90e8" license "Apache-2.0" livecheck do @@ -11,13 +11,13 @@ class Dolt < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "0750008527a43710042d786f14edeec5900776fd58a9a88f2b244b02d33ab2dc" - sha256 cellar: :any_skip_relocation, arm64_ventura: "15e1c6dc9a21562cef72f1fd225c26795b534aa6be1b4db89d628cdac598244d" - sha256 cellar: :any_skip_relocation, arm64_monterey: "23973e495f3c133ee4927e1569f56978c6c8bead802946cca30bd0d6a18850ce" - sha256 cellar: :any_skip_relocation, sonoma: "1b1c5001f1757196dc2f2508f58b3356922f4f0a5eca6722fc5ab339db340451" - sha256 cellar: :any_skip_relocation, ventura: "ee15b10742b5a1bc3b472fc73fc7e4f8fd17920d50b4cc8f94809314aaf94357" - sha256 cellar: :any_skip_relocation, monterey: "9afb93e4bb412dac7fc2bc5cdd0bfc6615c9b1c648c0258a2c8340d387f574e4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "c343db1f584c779a1b471a3573340e4f59d27ddfce9c68e857d28a296b6ba461" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "740d373ecb6be14f23d1bcf252c5a0e96132f14ee3043d4dafa2d5558c2f28c8" + sha256 cellar: :any_skip_relocation, arm64_ventura: "a45a7738bba35c66d1bba9da7e97ba22cc6be0b90a4e938e9ad2be2c1a56d2e5" + sha256 cellar: :any_skip_relocation, arm64_monterey: "195f93adda4b54f5993e372cbbf6ae94ed97a54f4e9592943658ff0299d45ea4" + sha256 cellar: :any_skip_relocation, sonoma: "4c7c708747f56fc7536774d4ecc70e43b123dc11821e17bd4dceae3eb07767b2" + sha256 cellar: :any_skip_relocation, ventura: "a98c78a7387d0aeb73009d95607ba6640a994c9c47bf1eacc089845151dd2a2f" + sha256 cellar: :any_skip_relocation, monterey: "9b83feec22309d8382e99a147ff8d39232438f3b5aee828cbbbdc786352ed940" + sha256 cellar: :any_skip_relocation, x86_64_linux: "7d9ce0b9e02d1eba6bd75fdd695f49ec140de252ee8946d247e0c264e50472b4" end depends_on "go" => :build