Skip to content

Commit 8e08e3b

Browse files
authored
Merge pull request #209717 from Homebrew/bump-dolt-1.50.2
dolt 1.50.2
2 parents 0733f90 + d19fd30 commit 8e08e3b

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.50.1.tar.gz"
5-
sha256 "bb3256482dad2b113ca09ccff3481e4d42139461ccbb312cc3c3d605b2577bd9"
4+
url "https://github.com/dolthub/dolt/archive/refs/tags/v1.50.2.tar.gz"
5+
sha256 "e65156bd99dd58195ffa6c1ce12b12e46d45ef7a07f90f157880259243054c53"
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: "4cc691c61ba409fa106a3f7866f74f9b527dbb6d7ea25d09d86c044919c47216"
15-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "52b67b245a7f2c6783a92df6a96098762798378ffa354afea32c4d387a07968a"
16-
sha256 cellar: :any_skip_relocation, arm64_ventura: "0f5be298d3a60c777a1f88dae73f621cbe3a6812b033611672b86c097452381c"
17-
sha256 cellar: :any_skip_relocation, sonoma: "f24b157feac4a0386347b104efa46e1488523879a06e113307e2c56f33f5ea10"
18-
sha256 cellar: :any_skip_relocation, ventura: "655beca8bed657ef630da11fec09dc51b9cd38c4c19326ba2e24f5659b33154c"
19-
sha256 cellar: :any_skip_relocation, x86_64_linux: "ff8fa49c16a5e3312578762dc3f2d4a0cc6fe524d6fec726d453ca4789a33c47"
14+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "4afb6d687b302b7cb04579827e7af58f68e166833325e033b260b3c42a5959ae"
15+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "33eeb5177fc1ac10d488ed28d69971429c1568c8d584b6dfa3978747b31ff73f"
16+
sha256 cellar: :any_skip_relocation, arm64_ventura: "b928506f9513ac1561e858379fc8f03d4fe495ae11399cf85e709d0c4094316e"
17+
sha256 cellar: :any_skip_relocation, sonoma: "085672aceb8f9b54a5a08becb49f70b84b1a3c87efb6204a6ddba6211d5d5e56"
18+
sha256 cellar: :any_skip_relocation, ventura: "522c0874d6ffdfb100598bd7680ad0e84396f1dc4a2c0c6c0aa1b65d2515b90b"
19+
sha256 cellar: :any_skip_relocation, x86_64_linux: "21f30ef5fcbf9799cf3be5659f155a061ff4d5962299b71d75393fa0c79cd0b2"
2020
end
2121

2222
depends_on "go" => :build

0 commit comments

Comments
 (0)