We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2043688 commit 71a7c57Copy full SHA for 71a7c57
Formula/d/dolt.rb
@@ -1,9 +1,10 @@
1
class Dolt < Formula
2
desc "Git for Data"
3
homepage "https://github.com/dolthub/dolt"
4
- url "https://github.com/dolthub/dolt/archive/refs/tags/v1.56.0.tar.gz"
5
- sha256 "9eb61d5bcba5524cca5c7e466a6440c483313f0892ce2e47d14bee0f2b4e0857"
+ url "https://github.com/dolthub/dolt/archive/refs/tags/v1.55.2.tar.gz"
+ sha256 "5f5b25d076a49c066eb08c10d3eb6a518051da7d498a9d49b437387b8a8b37b6"
6
license "Apache-2.0"
7
+ version_scheme 1
8
head "https://github.com/dolthub/dolt.git", branch: "main"
9
10
livecheck do
0 commit comments