Skip to content

Commit b69029b

Browse files
authored
Merge pull request #203763 from Homebrew/bump-dolt-1.45.5
dolt 1.45.5
2 parents 82f43d5 + 9bc7acc commit b69029b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/d/dolt.rb

Lines changed: 8 additions & 8 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.45.4.tar.gz"
5-
sha256 "1ea1612332c94c1ae555328a2320e4ec9278b3e0ce128302cc7b6deeae920fb6"
4+
url "https://github.com/dolthub/dolt/archive/refs/tags/v1.45.5.tar.gz"
5+
sha256 "dbf1d7847682d4c955282082cec0e7691a5156e21e6cf1ce19fec61241ae5002"
66
license "Apache-2.0"
77

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

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4a9d5debf526b48642925d6249cc3efc22b898fa82359a76eba770f292956da3"
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "48347a0202b810845819511e01c0c2fb1fe467092bc1dd1db4cf1d8823574e68"
16-
sha256 cellar: :any_skip_relocation, arm64_ventura: "acbff905c822175545652bb839367d48a8a554490f9e0566b8cbe3246fb14b28"
17-
sha256 cellar: :any_skip_relocation, sonoma: "9a08b2dc4246e2f9f0d366a24223bc89d8f6269d72be28651451e8f33aa6cc87"
18-
sha256 cellar: :any_skip_relocation, ventura: "6173331ccdd3719196e9db81807b956864b7f9240347b350d4522137c114bb60"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "433e77749e8bf8eb60fb5d44907aa366409fb7488fb4101e740f94df23363f4e"
14+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "261ca581eda17f4921f86169a702f5ff84f3162fccac950989f5a574ba4fd7a2"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3c56a5135ed01d5c56c302725b110c0db625372c7d28446266b8287b5be68808"
16+
sha256 cellar: :any_skip_relocation, arm64_ventura: "ff7c49b14994243ca1b2ab0377f206eeb072d69be1c5315da6decc5d0318c699"
17+
sha256 cellar: :any_skip_relocation, sonoma: "e165d6553af9415c141aee8593f2c2ba681f3a6fa1c5d7dc7cf8b790fd406101"
18+
sha256 cellar: :any_skip_relocation, ventura: "096b8e35bd73db7e0f8796e1e21022c0cdca8683a6e51ee538cd1b9790976104"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "f20eb25e0dc895a8522a9279abd643cf29914e3874ba27bbc35e954260e6bcc8"
2020
end
2121

2222
depends_on "go" => :build

0 commit comments

Comments
 (0)