File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 11class Doltgres < Formula
22 desc "Dolt for Postgres"
33 homepage "https://github.com/dolthub/doltgresql"
4- url "https://github.com/dolthub/doltgresql/archive/refs/tags/v0.13 .0.tar.gz"
5- sha256 "2c770da4dbe4900cc0a5c1e31e0c1097d360302dff730cf36314664c308896ca "
4+ url "https://github.com/dolthub/doltgresql/archive/refs/tags/v0.14 .0.tar.gz"
5+ sha256 "919e51955c33ae9a6f68d3919d9a3b6462db78d9056ac6b499a0f76f9ce70fc1 "
66 license "Apache-2.0"
77
88 # Upstream creates releases that use a stable tag (e.g., `v1.2.3`) but are
@@ -34,6 +34,8 @@ def install
3434 port = free_port
3535
3636 ( testpath /"config.yaml" ) . write <<~YAML
37+ log_level: debug
38+
3739 behavior:
3840 read_only: false
3941 disable_client_multi_statements: false
You can’t perform that action at this time.
0 commit comments