11class 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"
@@ -13,18 +13,20 @@ class Dolt < Formula
1313 end
1414
1515 bottle do
16- sha256 cellar : :any , arm64_tahoe : "2abde4206c036a9125b11ed3c2865b43083985ba421955a0e5bccc9b88f4dd85 "
17- sha256 cellar : :any , arm64_sequoia : "ed4e3076d4d371390cb6d2b5f8cd3575a54252347f96ef8d31f828d16a2ce0c7 "
18- sha256 cellar : :any , arm64_sonoma : "56e78e81f07b7ca9f3044327eb6b7d51355efea48149b2d9fbf285ef6f7c5390 "
19- sha256 cellar : :any , sonoma : "851afda61de493cca388969ed3c82ccd15dc2cedcc0be265552bf8c783ea46f3 "
20- sha256 cellar : :any_skip_relocation , arm64_linux : "bccd99c74ccbf0d587a2deeaf500cb6eadac770551d97942e9df9340e644b971 "
21- sha256 cellar : :any_skip_relocation , x86_64_linux : "bd15ae61cdb95166c922154828cf368f1da403ff77d8a45896de0b1a8612a3f2 "
16+ sha256 cellar : :any , arm64_tahoe : "993de26d5168f58d99c1092e116c0c498e5438de9b66a9629f555d40675e60b2 "
17+ sha256 cellar : :any , arm64_sequoia : "8823f912dba9f53cea1a6b6bd24b3d5ff1d95be730cef1aa6e1e9620dd8f9688 "
18+ sha256 cellar : :any , arm64_sonoma : "4af95efe663163011db9be9ff4699c18659178af69490adb7bd0358d29839958 "
19+ sha256 cellar : :any , sonoma : "e7a3921b7d75cb8b6ecb6b5e8b453b2387815585e895edc62ac9ead4730d1124 "
20+ sha256 cellar : :any_skip_relocation , arm64_linux : "0de8b65895847560f130e11ff54624407cb2a5829cb72b8331e06543cb61415e "
21+ sha256 cellar : :any_skip_relocation , x86_64_linux : "5713c609cd0443d7477174c7e21b3f32ec72c74d0da36a51cf9e96ebc11cc2df "
2222 end
2323
2424 depends_on "go" => :build
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