diff --git a/Formula/d/dolt.rb b/Formula/d/dolt.rb index 9403f875e5b6..6741c98efa90 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.29.6.tar.gz" - sha256 "8b2a02420eaad34e16eb3fd62846c0626db1f14c033127b305196ab837864f2c" + url "https://github.com/dolthub/dolt/archive/refs/tags/v1.29.7.tar.gz" + sha256 "697f1734c72cec40ed14ee7faa741b4db932ba0e217bd0e7cd7041ac04b5a265" license "Apache-2.0" livecheck do @@ -11,13 +11,13 @@ class Dolt < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "561ab30e9151fecd652fc4721c71e82ef355470c678364708d57e7184c3ab18e" - sha256 cellar: :any_skip_relocation, arm64_ventura: "2bf9c6044c95739ddb4eb71b41b07ebcaab25849c525cee52d0a4372da9248b8" - sha256 cellar: :any_skip_relocation, arm64_monterey: "cb4b25f3cbbd534b2a00ea6d7bb5f109dcacc81cdae560c9cb67aafd8d3d1176" - sha256 cellar: :any_skip_relocation, sonoma: "fa83bd85c1a92a101fed4b1baedc8938e65dc60bd8338363e95adb44ee49a79c" - sha256 cellar: :any_skip_relocation, ventura: "9f460d96dbe0108ef597505b504aed7f21d809dc7843d151fc5becdfb77a9193" - sha256 cellar: :any_skip_relocation, monterey: "8f9f0211b088953ba33ae234590591a886e4c83a3a52cbbe87ba12ee58936682" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6b6cbb69cb50da8ad3c1dec0ea2415ce132961679ce2bd62197f6447a2d7df32" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "f522085953ad84d7ac9f34024084d4ffcabeb29a58e57010ea421ecb9f091091" + sha256 cellar: :any_skip_relocation, arm64_ventura: "3086ded7423ea3d26dd3d5e5c61e7d993a0adb0c1aa638d717a1cd9058c902dc" + sha256 cellar: :any_skip_relocation, arm64_monterey: "dc0593dded866b172efe6e86fa146055bc94c2d3b98e4cc4c46bb0beb353c5a6" + sha256 cellar: :any_skip_relocation, sonoma: "275230ed550877b3e47888012876dec5ee9eb65ad21e824313fb405454fea835" + sha256 cellar: :any_skip_relocation, ventura: "3649db1373b78aeaa254d2b6d00301de7d14f5ffad5e1eecaecc46cee3149611" + sha256 cellar: :any_skip_relocation, monterey: "235666d530c10374bef27f0fef0a0631151f9ff2c6aee77bc7aabcd2e595206e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "20a536fd4eba14ca481156962f3c992fe5b2cad963ca3ea4c58ff28c4aa2fe27" end depends_on "go" => :build