diff --git a/Formula/d/dolt.rb b/Formula/d/dolt.rb index 1df10e28d238b..9f4656e550872 100644 --- a/Formula/d/dolt.rb +++ b/Formula/d/dolt.rb @@ -1,8 +1,8 @@ class Dolt < Formula desc "Git for Data" homepage "https://github.com/dolthub/dolt" - url "https://github.com/dolthub/dolt/archive/refs/tags/v1.59.18.tar.gz" - sha256 "1b5b43a5b36ed5efbe1d7070d1f58f089843b89da33ee794bd23e4612aac34d9" + url "https://github.com/dolthub/dolt/archive/refs/tags/v1.59.19.tar.gz" + sha256 "5fc6db64b2eb80a592ad2b80fed72843dde1971c35d1d72d2b0ce374859c746c" license "Apache-2.0" version_scheme 1 head "https://github.com/dolthub/dolt.git", branch: "main" @@ -13,18 +13,20 @@ class Dolt < Formula end bottle do - sha256 cellar: :any, arm64_tahoe: "2abde4206c036a9125b11ed3c2865b43083985ba421955a0e5bccc9b88f4dd85" - sha256 cellar: :any, arm64_sequoia: "ed4e3076d4d371390cb6d2b5f8cd3575a54252347f96ef8d31f828d16a2ce0c7" - sha256 cellar: :any, arm64_sonoma: "56e78e81f07b7ca9f3044327eb6b7d51355efea48149b2d9fbf285ef6f7c5390" - sha256 cellar: :any, sonoma: "851afda61de493cca388969ed3c82ccd15dc2cedcc0be265552bf8c783ea46f3" - sha256 cellar: :any_skip_relocation, arm64_linux: "bccd99c74ccbf0d587a2deeaf500cb6eadac770551d97942e9df9340e644b971" - sha256 cellar: :any_skip_relocation, x86_64_linux: "bd15ae61cdb95166c922154828cf368f1da403ff77d8a45896de0b1a8612a3f2" + sha256 cellar: :any, arm64_tahoe: "993de26d5168f58d99c1092e116c0c498e5438de9b66a9629f555d40675e60b2" + sha256 cellar: :any, arm64_sequoia: "8823f912dba9f53cea1a6b6bd24b3d5ff1d95be730cef1aa6e1e9620dd8f9688" + sha256 cellar: :any, arm64_sonoma: "4af95efe663163011db9be9ff4699c18659178af69490adb7bd0358d29839958" + sha256 cellar: :any, sonoma: "e7a3921b7d75cb8b6ecb6b5e8b453b2387815585e895edc62ac9ead4730d1124" + sha256 cellar: :any_skip_relocation, arm64_linux: "0de8b65895847560f130e11ff54624407cb2a5829cb72b8331e06543cb61415e" + sha256 cellar: :any_skip_relocation, x86_64_linux: "5713c609cd0443d7477174c7e21b3f32ec72c74d0da36a51cf9e96ebc11cc2df" end depends_on "go" => :build depends_on "icu4c@77" def install + ENV["CGO_ENABLED"] = "1" + chdir "go" do system "go", "build", *std_go_args(ldflags: "-s -w"), "./cmd/dolt" end