Skip to content

Commit 71a7c57

Browse files
committed
dolt 1.55.2
1 parent 2043688 commit 71a7c57

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Formula/d/dolt.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
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.56.0.tar.gz"
5-
sha256 "9eb61d5bcba5524cca5c7e466a6440c483313f0892ce2e47d14bee0f2b4e0857"
4+
url "https://github.com/dolthub/dolt/archive/refs/tags/v1.55.2.tar.gz"
5+
sha256 "5f5b25d076a49c066eb08c10d3eb6a518051da7d498a9d49b437387b8a8b37b6"
66
license "Apache-2.0"
7+
version_scheme 1
78
head "https://github.com/dolthub/dolt.git", branch: "main"
89

910
livecheck do

0 commit comments

Comments
 (0)