Skip to content

Commit

Permalink
Merge pull request #191143 from Homebrew/bump-dolt-1.43.0
Browse files Browse the repository at this point in the history
dolt 1.43.0
  • Loading branch information
BrewTestBot committed Sep 19, 2024
2 parents f46a78e + 0074424 commit f1cb4fc
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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.42.20.tar.gz"
sha256 "98bb033d83f13177574de6803e15fbdac286bd2c9f7ae76c21e29f57434e21fb"
url "https://github.com/dolthub/dolt/archive/refs/tags/v1.43.0.tar.gz"
sha256 "74c87c4357e2a4d2c468e77043d61ef3a72314939c48009989ec46469b68f047"
license "Apache-2.0"

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e716aa517b8347d393aa92f6a728a905efe5e438a4a4beee3fb14f326fbddf99"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9938316d4938b5b53d005ba1078f5a698daa1347afb5bf98fd2da7dcd8ffb876"
sha256 cellar: :any_skip_relocation, arm64_ventura: "98c99ead4d2e3d12c601dfd9eae0aeca691a7f44b5fcc71adf64f37b370203d0"
sha256 cellar: :any_skip_relocation, sonoma: "92ad24d3f9e8f81d93dc0dc6096ba30c4dbeaaabd4cf9ec037c3ef390ae7522e"
sha256 cellar: :any_skip_relocation, ventura: "ac5a2fb4d02cc75c0793c0a21382c22f779138c3432b612d7da6b21ae3b6468b"
sha256 cellar: :any_skip_relocation, x86_64_linux: "19ca1b18772bfb94d40b26e4356c738f8e01d09d554824c97567c4090d4192c9"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "7957bb0005e742a1d1082dbe05350e504115823fc90abf22d4b291d8fe77fff0"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "97168c0c92ac58e3cc3e05b4f868e99132e01c3c5cce8a706bb4142125e93da4"
sha256 cellar: :any_skip_relocation, arm64_ventura: "b25a65e53056655be42d70447baa65f73c00c205d18ca8064cb96c7a47bd9fad"
sha256 cellar: :any_skip_relocation, sonoma: "e673d7c2c980d5fcb26fd53cb4fce81151db47bf9f87ad315f0806d0b3d52e59"
sha256 cellar: :any_skip_relocation, ventura: "781e6fa601c7aa7098cb113e924d9d312bd4f389d94686631a3ba059b6bda7d4"
sha256 cellar: :any_skip_relocation, x86_64_linux: "1e157b2be1eff301f1790f6ad3caf4510f15cfb2b37c82009db821b7e1d9684c"
end

depends_on "go" => :build
Expand Down

0 comments on commit f1cb4fc

Please sign in to comment.