diff --git a/Formula/d/dolt.rb b/Formula/d/dolt.rb index abdf02c02bca..317841b684b2 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.30.7.tar.gz" - sha256 "51242af36263379a90567d1c1fe581ada4a268e0057859059d8254fef3585b81" + url "https://github.com/dolthub/dolt/archive/refs/tags/v1.31.0.tar.gz" + sha256 "9f2b761e8f18144b9ec49646f3ebb37e97ae981e63b57acc4552f8f10e5aa2b3" license "Apache-2.0" livecheck do @@ -11,13 +11,13 @@ class Dolt < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "a865e2523f00ebd874865abe93c382977d09811073cfe2a711d9a05afb104eb0" - sha256 cellar: :any_skip_relocation, arm64_ventura: "b92b82892ad94977ce5847fe8db5c4d22a9a63a1c8cfdb35d9328606bf005200" - sha256 cellar: :any_skip_relocation, arm64_monterey: "1ff3e7d244b2e978732547e8f28132e7e93603fc37949f208218b67d328dc4b3" - sha256 cellar: :any_skip_relocation, sonoma: "f11ee319c06c4be5321c2ab8b4cb03135ad10dffc362c44a064965a88fd7efda" - sha256 cellar: :any_skip_relocation, ventura: "036744c812db0296db2e15be8aef1acb57fc4b5feec58f9439f2fa96128a4eb7" - sha256 cellar: :any_skip_relocation, monterey: "33ed14f9d166a8e8a66b7009adf50fc22b289daea82c0305d4fc4494277ca18d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9c31801e222e4be10c3ff2dcb33d8cb42a2c9b35943a450a5c47f49f75518e7d" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "8a47ba015a2ed25c689118a670fa7984c4b4507156a34ce27a5697dc443f7717" + sha256 cellar: :any_skip_relocation, arm64_ventura: "6cf734748383493bd0db022dda2aa57b7e57370299f0ab2b962b6c5f35ad7504" + sha256 cellar: :any_skip_relocation, arm64_monterey: "9f1626c6a9e09872834bf89a7e0ee1159a5427c04d1941280df7f47e62d06e2a" + sha256 cellar: :any_skip_relocation, sonoma: "b572ec47a97871d35f94c032c2352760487de6884a96526ae0eb8d5e594bb47f" + sha256 cellar: :any_skip_relocation, ventura: "751714e7af82ee709e886dfa76f37f4ddf0ebaaaf8e4abdb4c977ead0655a2cf" + sha256 cellar: :any_skip_relocation, monterey: "c587a35331d783e1f486d3b9221709d6eae271af96ebbe401385fd398931f54c" + sha256 cellar: :any_skip_relocation, x86_64_linux: "ebc459bc013ca7c6ddaf06c113c006b4682eccbc2d64d3bf2cd71829d4be2657" end depends_on "go" => :build