Skip to content

Commit 7894f71

Browse files
authored
Merge pull request #246549 from Homebrew/bump-dolt-1.59.15
dolt 1.59.15
2 parents 47eb258 + 87b88c2 commit 7894f71

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/d/dolt.rb

Lines changed: 8 additions & 8 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.14.tar.gz"
5-
sha256 "7be3cce26e063a43252075b989ef66cc567b373f632cba3bca62e3e832e73cbe"
4+
url "https://github.com/dolthub/dolt/archive/refs/tags/v1.59.15.tar.gz"
5+
sha256 "a03d571c95e9153b6eefd2c1af180b999b5fcff0ea6b2db0442727379775fd45"
66
license "Apache-2.0"
77
version_scheme 1
88
head "https://github.com/dolthub/dolt.git", branch: "main"
@@ -13,12 +13,12 @@ class Dolt < Formula
1313
end
1414

1515
bottle do
16-
sha256 cellar: :any, arm64_tahoe: "3fdbe2a8e0b4ff5c9d0a61467b21194c7801a102eda61a4e4dcfa42649b43e66"
17-
sha256 cellar: :any, arm64_sequoia: "d534f1de120b013d794534ee18f03bf3941e5585d987255e4e12784e19cab1a6"
18-
sha256 cellar: :any, arm64_sonoma: "2f9bf405302264bb5c4e49a2893b152b829f0e731891307448c474a6abe1b3e0"
19-
sha256 cellar: :any, sonoma: "72681949a8a272f49c6731dd865f2d2ca5e4bb120c02cb9f0075ae56d6c3cf81"
20-
sha256 cellar: :any_skip_relocation, arm64_linux: "c3e979c8ac510beeac4a1f89844f383c50d5b13c6b871db752808a42e1697599"
21-
sha256 cellar: :any_skip_relocation, x86_64_linux: "4dd4c838f59b1539c3679bd44260cbd524a3db70c4d62201bdef3bb3cc421523"
16+
sha256 cellar: :any, arm64_tahoe: "06439f96ab808c9eaa8e0e190b6d52968120ba093208328ec40354c3dfe3fcbc"
17+
sha256 cellar: :any, arm64_sequoia: "93eb55960d6d886be8032c0072e1a46556a926542bafbc6487fe0a0c9a86f53f"
18+
sha256 cellar: :any, arm64_sonoma: "a198701f4d92023f47f46130215d9917f2de47c9dbaf1cceef32a4ea1f7f8b28"
19+
sha256 cellar: :any, sonoma: "55d663aea0152c53c90dad46676d9d695d38e44dd360908e99f6f7253580a7c9"
20+
sha256 cellar: :any_skip_relocation, arm64_linux: "de2de613675c8d46fc86841d4eef98f133efecf1ecc9e036a1fd3dca5821789a"
21+
sha256 cellar: :any_skip_relocation, x86_64_linux: "950d5f261cab7c18c432d231dae79d4f1be8f050fb0eb21dd536de72bf812e59"
2222
end
2323

2424
depends_on "go" => :build

0 commit comments

Comments
 (0)