Skip to content

Commit 6261736

Browse files
authored
Merge pull request Homebrew#182583 from Homebrew/bump-dolt-1.42.15
dolt 1.42.15
2 parents 1d65343 + 7d586d1 commit 6261736

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/d/dolt.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Dolt < Formula
22
desc "Git for Data"
33
homepage "https://github.com/dolthub/dolt"
4-
url "https://github.com/dolthub/dolt/archive/refs/tags/v1.42.14.tar.gz"
5-
sha256 "411fb29cd0b0904513a42fd195ca3238ae8845cfd01013b7964856d7da4917cd"
4+
url "https://github.com/dolthub/dolt/archive/refs/tags/v1.42.15.tar.gz"
5+
sha256 "1b68d7323df56779e2e808f2ee43572af643014147dbeb6e3341f3911819d110"
66
license "Apache-2.0"
77

88
livecheck do
@@ -11,13 +11,13 @@ class Dolt < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "1102bdda7c54d64b5291248c51e5cd750be067f0c25aee7b64e4e8021537285f"
15-
sha256 cellar: :any_skip_relocation, arm64_ventura: "60617cebb1123a88134dd91e9a3ebbaf22a8c6397d16c2b369d600bbf92e6b95"
16-
sha256 cellar: :any_skip_relocation, arm64_monterey: "4f995d92263b6ec20b38a66f6b0bf1e691ac26ed6fd96ff6cd78b3cd241762b9"
17-
sha256 cellar: :any_skip_relocation, sonoma: "00b73dc4fbdab5a0b3426a464b6e6150face1ce34d11ee5d913cb4e997cc388c"
18-
sha256 cellar: :any_skip_relocation, ventura: "2b3971576ca5d903a845b7407b50b0fb9ef60d37b3484f78631ffe0cc8812190"
19-
sha256 cellar: :any_skip_relocation, monterey: "cabed347440012f4dd65449be5ef392cebf86a2990ad6db04188ee3d7ee36a00"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "07f099df0289dfdd33febb0d1163bd4c3a6f36bc34c830697f03227dd69f2747"
14+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "22d4f73be63cf3aa6a73d6fac6684d38bcbe5a2bac0a4789d0fba624ff28f964"
15+
sha256 cellar: :any_skip_relocation, arm64_ventura: "1090d767275c7228db56b5d002ef6edcfc5d79782730495abd88cf2ea912bc5e"
16+
sha256 cellar: :any_skip_relocation, arm64_monterey: "e3e9f043d26e19c0c55f5e5c77bef396431ea0bf5074c692232897e4ffd5c34b"
17+
sha256 cellar: :any_skip_relocation, sonoma: "b4804e58aeca2883c7a47a484a7e55a4a234724307dfc8287e6d5c1eb1ad14e8"
18+
sha256 cellar: :any_skip_relocation, ventura: "043a533efa1320b3917778eac5917b65b20d747dcf626e6cefdee1f8c49c18d6"
19+
sha256 cellar: :any_skip_relocation, monterey: "e06297c1bb628bce41379d95384f64153ca2db29b89294b5f9382eb605e38f89"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "1243eb77bb5c41e2e4d1b1a36b257e35abebcce25ec89e88655a0b70d2ae09f6"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)