Skip to content

Commit

Permalink
Merge pull request #189657 from Homebrew/bump-dolt-1.42.20
Browse files Browse the repository at this point in the history
dolt 1.42.20
  • Loading branch information
BrewTestBot authored Sep 14, 2024
2 parents e6a0c7f + 7c61679 commit 06f44ae
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 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.19.tar.gz"
sha256 "b38b9b8ea72c2d14bf4d87ae43be37c895d00fb1aefa57d6800f447b58dbc19f"
url "https://github.com/dolthub/dolt/archive/refs/tags/v1.42.20.tar.gz"
sha256 "98bb033d83f13177574de6803e15fbdac286bd2c9f7ae76c21e29f57434e21fb"
license "Apache-2.0"

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

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "cbd05750691db922661146c4f17682e0a16afe48e1f51619591169c86632360b"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "38da02904a3b82a85ac81bb1244f3c2caa5dc92c16be6c83dee24cb318230181"
sha256 cellar: :any_skip_relocation, arm64_ventura: "fc33744a2461764622b32438089f4df5dcb5b6992e899c9eb5c59052e350309b"
sha256 cellar: :any_skip_relocation, arm64_monterey: "5a51099f0b87b4196474aece908c0212488a7ee6ac2b37cc0c0dfae357525060"
sha256 cellar: :any_skip_relocation, sonoma: "2c6ad15d431e9ea9755599105de018dbd973f6eaf5397b05fd3f642cb1c3a840"
sha256 cellar: :any_skip_relocation, ventura: "133d83e8690f1a2fed1fd03aae20fbf421c61ae97d3d3e00df6ad2b764cea183"
sha256 cellar: :any_skip_relocation, monterey: "3f66bc6fa93378d5f3e334f98890e16a848e09b7f8f682a27770a86d3fe0223d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ed829b45484f684681fc27bd63b052d485cd5ab5e7dd98714fdb5ca6048203c1"
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"
end

depends_on "go" => :build
Expand Down

0 comments on commit 06f44ae

Please sign in to comment.