diff --git a/Formula/d/dolt.rb b/Formula/d/dolt.rb index 2300302d2558..b071077d7e81 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.83.6.tar.gz" - sha256 "fd05c4f98f43e57dc76117a7a654f3a174d5e62db7a316f2f1848f67f2e93b2d" + url "https://github.com/dolthub/dolt/archive/refs/tags/v1.83.7.tar.gz" + sha256 "a9d14e433d1b68ab56dbb0bffca73324dd7f598367a5f645fde350f2ce9bd78f" license "Apache-2.0" version_scheme 1 head "https://github.com/dolthub/dolt.git", branch: "main" @@ -13,12 +13,12 @@ class Dolt < Formula end bottle do - sha256 cellar: :any, arm64_tahoe: "f9c1606118bc8a7420a3f08709aa7445a9b930b9d23c260a3f8a9cac6840f4f0" - sha256 cellar: :any, arm64_sequoia: "91bdd7caff3b7287c9b24d89724fdabe5ca19f4a7bf45b4ce0ea82d93ee8552e" - sha256 cellar: :any, arm64_sonoma: "2ab7b338fc7211d8027af46492db243d3dbff6b7abc0ac5d0a3781e78001dd1d" - sha256 cellar: :any, sonoma: "4e32785277e3b15b3ead74037d7a1ec29e23dc1ca5e5fad5c86a9586127f9e69" - sha256 cellar: :any_skip_relocation, arm64_linux: "52263106712b7f1533e51afc736aaf32649df207604923c9740f596cf5d323a5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "40d78b2cbf632cf2e6871df1db846f853f20e369d005108e9465bcb3e7168b46" + sha256 cellar: :any, arm64_tahoe: "67a3e598a62d4d887b5a77e49836a8a7bf3f1de8f58dc9c0b4682d604be5b0d7" + sha256 cellar: :any, arm64_sequoia: "82f9a1f7d524b0e5999b18be4f0f8d2844e24ef7d0d71ade811d4e467d4aaf5a" + sha256 cellar: :any, arm64_sonoma: "5cc18e280fa4951b4c735119d28f258b36a509e1318cd459a4ae9e0bb8e3ddde" + sha256 cellar: :any, sonoma: "60965094b552832fb7e4f2034a06fd9c0a321da9a68185fa50b46814252c3bc1" + sha256 cellar: :any_skip_relocation, arm64_linux: "1bd8bc7e16dcb67f602ef2c8cbef6bc5e87f47afd83837c3344733ed9efa9b66" + sha256 cellar: :any_skip_relocation, x86_64_linux: "311a5b30d1517157b873ad48f7417cc0e65dffd78d8951dbff21f88850dc1ed9" end depends_on "go" => :build