Skip to content

Commit d1c4994

Browse files
BrewTestBotbotantony
authored andcommitted
dolt 1.59.19
1 parent 9e97303 commit d1c4994

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Formula/d/dolt.rb

Lines changed: 4 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.18.tar.gz"
5-
sha256 "1b5b43a5b36ed5efbe1d7070d1f58f089843b89da33ee794bd23e4612aac34d9"
4+
url "https://github.com/dolthub/dolt/archive/refs/tags/v1.59.19.tar.gz"
5+
sha256 "5fc6db64b2eb80a592ad2b80fed72843dde1971c35d1d72d2b0ce374859c746c"
66
license "Apache-2.0"
77
version_scheme 1
88
head "https://github.com/dolthub/dolt.git", branch: "main"
@@ -25,6 +25,8 @@ class Dolt < Formula
2525
depends_on "icu4c@77"
2626

2727
def install
28+
ENV["CGO_ENABLED"] = "1"
29+
2830
chdir "go" do
2931
system "go", "build", *std_go_args(ldflags: "-s -w"), "./cmd/dolt"
3032
end

0 commit comments

Comments
 (0)