diff --git a/Formula/d/dolt.rb b/Formula/d/dolt.rb index b0c9afdf039cf..8dd20006b6a89 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.32.0.tar.gz" - sha256 "4675b98f3aabae495ac885dec9b52e28433a2ef409ba5a308b85c7648b6dcb19" + url "https://github.com/dolthub/dolt/archive/refs/tags/v1.32.1.tar.gz" + sha256 "b90cd4eb851616acd451bf2f53c80a1a103316b8e035083ccc1cd4aee570b10d" license "Apache-2.0" livecheck do @@ -11,13 +11,13 @@ class Dolt < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d22ff8aa6badfaf660c4ba3e83005861e570a6e417fd5dfa45aab3ba6eccd8db" - sha256 cellar: :any_skip_relocation, arm64_ventura: "66142e62c7e75005d07c8bc99720e0d1fb9adf4d34583838ffea3a928c34fdb7" - sha256 cellar: :any_skip_relocation, arm64_monterey: "b7e94b928fb64ae011ccc0cf20c88b4129b445c4251fc9d019cab557a3cee7e6" - sha256 cellar: :any_skip_relocation, sonoma: "7c47686965946d7413ec72c146848babc8fe04ea65f344b3e60f7b5d414f5f4a" - sha256 cellar: :any_skip_relocation, ventura: "2be4813f958c57e511cf79eae52649f8e411e0b90405f5296907c6f5f60698fd" - sha256 cellar: :any_skip_relocation, monterey: "f889133bc28925136ced448bd19988976cc8e11551c393a2a9d356d9010ea163" - sha256 cellar: :any_skip_relocation, x86_64_linux: "052a7b5ad18488799db38a0650f5512bca631018474f973e4a474403404991ad" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "e8e95154b95ad0cd83d13d9e66345976aa4100a5ffd6fc91aa7421a97e95fdf3" + sha256 cellar: :any_skip_relocation, arm64_ventura: "cf49b0404e0e0a41415d4b648d7f666921169f85bcf4bb04e83b53f8d00a6b26" + sha256 cellar: :any_skip_relocation, arm64_monterey: "fd364b0b04251b3149e4d12504b48f0a9ecce2cfa4900ad4f010b21c38cd8f30" + sha256 cellar: :any_skip_relocation, sonoma: "f6bc289133153ab07be247741da444e5a0b5d49e4f1cfbd2f6b0d346be544e3e" + sha256 cellar: :any_skip_relocation, ventura: "3ceed0ef4e46f708673bcbd53349f5735efcadbd94a909c8e754f59126917a2e" + sha256 cellar: :any_skip_relocation, monterey: "948646662d441b83385a161fa0904af2688cdacc723b433099ce1ffbd05fb65c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4b13f46dfae52dd8feb34b0156393b2a5bc463176c87724a3e849c6331628435" end depends_on "go" => :build