Skip to content

Commit 355d5f0

Browse files
BrewTestBotdaeho-ro
authored andcommitted
dolt 1.59.11
1 parent bc21c0d commit 355d5f0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Formula/d/dolt.rb

Lines changed: 3 additions & 2 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.59.10.tar.gz"
5-
sha256 "1b07a4e088af7f988af249856cea9847634013ce6d897e7dbca667a16ece18be"
4+
url "https://github.com/dolthub/dolt/archive/refs/tags/v1.59.11.tar.gz"
5+
sha256 "3ef83395597d26cb4816bfd5943e65a9d4e924663de5bb4f502d2842bbbb1811"
66
license "Apache-2.0"
77
version_scheme 1
88
head "https://github.com/dolthub/dolt.git", branch: "main"
@@ -22,6 +22,7 @@ class Dolt < Formula
2222
end
2323

2424
depends_on "go" => :build
25+
depends_on "icu4c@77"
2526

2627
def install
2728
chdir "go" do

0 commit comments

Comments
 (0)