Skip to content

Commit 81c35d8

Browse files
authored
Merge pull request #200358 from Homebrew/bump-dolt-1.44.0
dolt 1.44.0
2 parents 795c1a6 + 11bb6b5 commit 81c35d8

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.43.20.tar.gz"
5-
sha256 "bc611825fe0963820e99d6fe798b9f19442ec7806c742841d96abd9a1a71f839"
4+
url "https://github.com/dolthub/dolt/archive/refs/tags/v1.44.0.tar.gz"
5+
sha256 "df72ad3cdbed5483144b3d8ce3627c3737fbb99d189b1bb175ed16391b002296"
66
license "Apache-2.0"
77

88
livecheck do
@@ -11,12 +11,12 @@ class Dolt < Formula
1111
end
1212

1313
bottle do
14-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "e645aab14fa8213288a5bb366f7f4c8d34ec1d4177cc6a7df0abed60f50322e8"
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "e65c0eae7cafb554def7f2cdb489249bee7187a53db2fe9ba27adf1546d66125"
16-
sha256 cellar: :any_skip_relocation, arm64_ventura: "083910393f30c8e274b75a66513406149180f64095a55ff2c130ad4e2b05face"
17-
sha256 cellar: :any_skip_relocation, sonoma: "b7fc70ba4c0f701fad33f13c3ad72ca92260a3d31914659c5c79c32efa9c7fa7"
18-
sha256 cellar: :any_skip_relocation, ventura: "21e389ed24be712ab4ad46653b750abd3c78fc131d70b5fc287de361224c7f69"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "38ea203e633c659ff0c393931bc75a790d4193c718eaa1b504922b89eba3c7ed"
14+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b24cd43c1cfd35c854f0bd78ff3b959d98ade6ee1d859cc1ab735573f137e1a0"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "b79f2175c2ef1a4d06b9b8dce6894c7508caa6d240e71bfd33670673c679d2b7"
16+
sha256 cellar: :any_skip_relocation, arm64_ventura: "98e75ea585cd90897091012f3f4cde111bd1200a245eb1f4a7a886b928431fa5"
17+
sha256 cellar: :any_skip_relocation, sonoma: "501ec71acd5cecc863a33b7c7d1ba2b37704b21da7bc071e3e36dea0b00eb35a"
18+
sha256 cellar: :any_skip_relocation, ventura: "5b545a5e2d299e8dd6870ddbc03b9ab10a9a2a7377417f70bed41cb706d5cfcf"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "04865831caf5624c008b8360fa1a748cd424fdaf310e908a914aa72a7b03c650"
2020
end
2121

2222
depends_on "go" => :build

0 commit comments

Comments
 (0)