Skip to content

Commit

Permalink
Merge pull request #163268 from BrewTestBot/bump-dolt-1.34.2
Browse files Browse the repository at this point in the history
dolt 1.34.2
  • Loading branch information
BrewTestBot committed Feb 19, 2024
2 parents 20df350 + dcff98f commit 30553f1
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/d/dolt.rb
Original file line number Diff line number Diff line change
@@ -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.34.1.tar.gz"
sha256 "84baa5da11944e41f89edbb4f5b695a4669a5b9f618f413d3cde3b7ddede2d3c"
url "https://github.com/dolthub/dolt/archive/refs/tags/v1.34.2.tar.gz"
sha256 "081a5d2ee35dc6b31708b5c07a971d39f2d7adaa396f2b590c70226ad725dfa9"
license "Apache-2.0"

livecheck do
Expand All @@ -11,13 +11,13 @@ class Dolt < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "aff1ea9bfcb2f806757ff3bd2b2381fd9dceeee8e3dee72c518047baf154fc66"
sha256 cellar: :any_skip_relocation, arm64_ventura: "aca70f0bbe81c6f2398fd7f8af2cf1f282465f77ac4e6a2eee01975719675af7"
sha256 cellar: :any_skip_relocation, arm64_monterey: "2663bc50f9e97429e29d77b60cc6a06e8b68980e1e89042881aed1f95bb58330"
sha256 cellar: :any_skip_relocation, sonoma: "91165c25bd57d02aa9989015d45bd7212c4cf72a974b0e5ae27ed01867e1101a"
sha256 cellar: :any_skip_relocation, ventura: "10379c95dd1cc0f76a0af718c600229c8d18c49378e5bf6b24afd78a4865f9e9"
sha256 cellar: :any_skip_relocation, monterey: "8c829099eebdc76e0b5541fac6076e8034df02950addbfd3f75445ae4b75747d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "dddf295ab0809f82e52400ad985caddbc54a022112777644b4deafac39508c94"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "46e84de65f00f91bf7932b2b1ba6c1168664809c4dfaeb383c0910b5ea9f35a4"
sha256 cellar: :any_skip_relocation, arm64_ventura: "bbfb1834d7b7ae18e29b94352bac35b25713b1feea28ee7f867c8e6fd6bf69a5"
sha256 cellar: :any_skip_relocation, arm64_monterey: "53616d9edff51c9e33bf90a67d11a4edb59853195017ca45aec116736a9ff8ab"
sha256 cellar: :any_skip_relocation, sonoma: "b9e3ef25e7e53108ca84ec8e8e1cc5b733dee8e618ec322af31429916cd27bb7"
sha256 cellar: :any_skip_relocation, ventura: "591dd15b62eecdffafe39cb5ad0b6f53b87b612f0a6fe5790042b72dbf44cbbd"
sha256 cellar: :any_skip_relocation, monterey: "34af8e5545e351c2b6447913f04aaab5ae438060a32888525d2f4470afc86b90"
sha256 cellar: :any_skip_relocation, x86_64_linux: "181598ad16d72c2ec20f663d6aafbe814036981908faadb39f6cb9314ff28cc3"
end

depends_on "go" => :build
Expand Down

0 comments on commit 30553f1

Please sign in to comment.