Skip to content

Commit

Permalink
Merge pull request #182583 from Homebrew/bump-dolt-1.42.15
Browse files Browse the repository at this point in the history
dolt 1.42.15
  • Loading branch information
BrewTestBot authored Aug 27, 2024
2 parents 1d65343 + 7d586d1 commit 6261736
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.42.14.tar.gz"
sha256 "411fb29cd0b0904513a42fd195ca3238ae8845cfd01013b7964856d7da4917cd"
url "https://github.com/dolthub/dolt/archive/refs/tags/v1.42.15.tar.gz"
sha256 "1b68d7323df56779e2e808f2ee43572af643014147dbeb6e3341f3911819d110"
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: "1102bdda7c54d64b5291248c51e5cd750be067f0c25aee7b64e4e8021537285f"
sha256 cellar: :any_skip_relocation, arm64_ventura: "60617cebb1123a88134dd91e9a3ebbaf22a8c6397d16c2b369d600bbf92e6b95"
sha256 cellar: :any_skip_relocation, arm64_monterey: "4f995d92263b6ec20b38a66f6b0bf1e691ac26ed6fd96ff6cd78b3cd241762b9"
sha256 cellar: :any_skip_relocation, sonoma: "00b73dc4fbdab5a0b3426a464b6e6150face1ce34d11ee5d913cb4e997cc388c"
sha256 cellar: :any_skip_relocation, ventura: "2b3971576ca5d903a845b7407b50b0fb9ef60d37b3484f78631ffe0cc8812190"
sha256 cellar: :any_skip_relocation, monterey: "cabed347440012f4dd65449be5ef392cebf86a2990ad6db04188ee3d7ee36a00"
sha256 cellar: :any_skip_relocation, x86_64_linux: "07f099df0289dfdd33febb0d1163bd4c3a6f36bc34c830697f03227dd69f2747"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "22d4f73be63cf3aa6a73d6fac6684d38bcbe5a2bac0a4789d0fba624ff28f964"
sha256 cellar: :any_skip_relocation, arm64_ventura: "1090d767275c7228db56b5d002ef6edcfc5d79782730495abd88cf2ea912bc5e"
sha256 cellar: :any_skip_relocation, arm64_monterey: "e3e9f043d26e19c0c55f5e5c77bef396431ea0bf5074c692232897e4ffd5c34b"
sha256 cellar: :any_skip_relocation, sonoma: "b4804e58aeca2883c7a47a484a7e55a4a234724307dfc8287e6d5c1eb1ad14e8"
sha256 cellar: :any_skip_relocation, ventura: "043a533efa1320b3917778eac5917b65b20d747dcf626e6cefdee1f8c49c18d6"
sha256 cellar: :any_skip_relocation, monterey: "e06297c1bb628bce41379d95384f64153ca2db29b89294b5f9382eb605e38f89"
sha256 cellar: :any_skip_relocation, x86_64_linux: "1243eb77bb5c41e2e4d1b1a36b257e35abebcce25ec89e88655a0b70d2ae09f6"
end

depends_on "go" => :build
Expand Down

0 comments on commit 6261736

Please sign in to comment.