diff --git a/Formula/d/dolt.rb b/Formula/d/dolt.rb index 319300547fff5..d39cbda6c7906 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.49.0.tar.gz" - sha256 "e4232319cff900cf21fb51d8d08afdb28303cab5b27d75d850188d193fd9a50e" + url "https://github.com/dolthub/dolt/archive/refs/tags/v1.49.1.tar.gz" + sha256 "74ffc18ff901c65c9804bfffa2b5750ea340e66500aa36ab5807bf0c31a06b39" license "Apache-2.0" livecheck do @@ -11,12 +11,12 @@ class Dolt < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "4f40efae96264e3c95f3ab908c84341a20490da2457f8deec5769ae7d31ebc1c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4f191c4ea886925b84f406d5435f9024d63ce6d9cdc2df2bcb7a0151282243a2" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7f09a762520bc735dd2ffeee66b2a5c3b0468f291470946eac15557a310eb6c1" - sha256 cellar: :any_skip_relocation, sonoma: "48c0b3b57acbfed397abd9a796107bafaea22610543404103c627804a78883e2" - sha256 cellar: :any_skip_relocation, ventura: "24c29f115feb602fe84ed1d60f0248ac89a0e95d6f344075acc6b2bc42099faa" - sha256 cellar: :any_skip_relocation, x86_64_linux: "5e0e5268e7dc12c24f8c5ed8631bc57e00bf0a68cab13467981723c30103f907" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "85ce8bfde46d1770c5dafe569509f45b2c85c3b33fd1eb50396b3accd29766ba" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8d2325608db8f882dd2a7684042a0576a33ff25662dcc57e5315c98776c90dc4" + sha256 cellar: :any_skip_relocation, arm64_ventura: "26ce01f4f5696c1243e611fda191a8931fbd0bad8593682f73e0fd074dd50979" + sha256 cellar: :any_skip_relocation, sonoma: "3869bd23505fa4e7e2e970bb9e30d0a880771811d2ee4a07947045833af01f4f" + sha256 cellar: :any_skip_relocation, ventura: "aaedf8e4b9e2ba685764372d3d1e514b8e926eae02b2b1f73d7ff7dc3d9dbfdf" + sha256 cellar: :any_skip_relocation, x86_64_linux: "650d8bcf8027bb62e64d09641591c18a2f32c2398b46650cee0d7771090aabec" end depends_on "go" => :build