We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e97303 commit d1c4994Copy full SHA for d1c4994
Formula/d/dolt.rb
@@ -1,8 +1,8 @@
1
class Dolt < Formula
2
desc "Git for Data"
3
homepage "https://github.com/dolthub/dolt"
4
- url "https://github.com/dolthub/dolt/archive/refs/tags/v1.59.18.tar.gz"
5
- sha256 "1b5b43a5b36ed5efbe1d7070d1f58f089843b89da33ee794bd23e4612aac34d9"
+ url "https://github.com/dolthub/dolt/archive/refs/tags/v1.59.19.tar.gz"
+ sha256 "5fc6db64b2eb80a592ad2b80fed72843dde1971c35d1d72d2b0ce374859c746c"
6
license "Apache-2.0"
7
version_scheme 1
8
head "https://github.com/dolthub/dolt.git", branch: "main"
@@ -25,6 +25,8 @@ class Dolt < Formula
25
depends_on "icu4c@77"
26
27
def install
28
+ ENV["CGO_ENABLED"] = "1"
29
+
30
chdir "go" do
31
system "go", "build", *std_go_args(ldflags: "-s -w"), "./cmd/dolt"
32
end
0 commit comments