diff --git a/Formula/d/dolt.rb b/Formula/d/dolt.rb index 4918a6347825..b3a4ed7a123b 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.52.0.tar.gz" - sha256 "99a2ffc82494eb370e98555533d2cda40cedcc548cd61130a71fe8e2e9bbcf90" + url "https://github.com/dolthub/dolt/archive/refs/tags/v1.52.1.tar.gz" + sha256 "44ce7057a0ba59ffe3e1619ebc0db7d399d0ae99bec4279ec64dfe7e7c5c35bf" license "Apache-2.0" head "https://github.com/dolthub/dolt.git", branch: "main" @@ -12,13 +12,13 @@ class Dolt < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9121299718dd08758a2a54e481c31ad22110e65aeb1f801d2c94a8990941445b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a3e86faf11e685dea44dcae7d28a6d2911d97570b6e4ecb34f1e088f64ae1aee" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d8cfb06d1ea0546d35f72f09085da858f90f802c01957bba2104e474488b8f8e" - sha256 cellar: :any_skip_relocation, sonoma: "bd2ea53b021732e03166c9c285d6c5a369130efbe20a5b72e1cc679a1e02911f" - sha256 cellar: :any_skip_relocation, ventura: "42b79fcf49efeaf42719f37bb114a34ac31c92c6f40a4f493f1d7971eeff5d0d" - sha256 cellar: :any_skip_relocation, arm64_linux: "3b8108b88ebb92a91c595021cf86f995f793e65d31d783da8921778675ecd54c" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dbe992e06f61fbedaa8098fdba1897d7e100cfbe7ab60655572dfd0f371861ed" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "7533aba6a5ca6bc934cfb372694fda7134899e3785d0810028ba92ac98ec9f74" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "5e806422e17cc4cb225d0b3d09ce2dccce07a146ce89d2750736468a871e734e" + sha256 cellar: :any_skip_relocation, arm64_ventura: "cd06b14aff4d320865f805de67ff6df729d019b2fbf95f543d1f44f37933929c" + sha256 cellar: :any_skip_relocation, sonoma: "a1dbc43657011ac081f138c96324586d002b131299edd3376221522349586ce5" + sha256 cellar: :any_skip_relocation, ventura: "bfd5c5b2237eb2889a496650de4db730ed597bf533af4e0efd4d5ed99ee7f82b" + sha256 cellar: :any_skip_relocation, arm64_linux: "ee3c78bc5c8b9e0aaa98e1912f50340ea3828add7a44b9d4e36ffe24d95d51f4" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e5e78378ddcab373bdfb388964b0761b377c1c3bb23e209a5b911f99da44dd7e" end depends_on "go" => :build