Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions Formula/d/doltgres.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Doltgres < Formula
desc "Dolt for Postgres"
homepage "https://github.com/dolthub/doltgresql"
url "https://github.com/dolthub/doltgresql/archive/refs/tags/v0.51.2.tar.gz"
sha256 "d3532e9b3b08e2a79ade3c1d18e50aac7a5dc81c64989d97f8378a2594e5270c"
url "https://github.com/dolthub/doltgresql/archive/refs/tags/v0.52.0.tar.gz"
sha256 "ee8c09c7d32ce3bba2d62f073616e199e7e909cb133f679a68aaa8fff717c6f5"
license "Apache-2.0"
head "https://github.com/dolthub/doltgresql.git", branch: "main"

Expand All @@ -27,6 +27,7 @@ class Doltgres < Formula

depends_on "go" => :build
depends_on "libpq" => :test
depends_on "icu4c@77"

def install
system "./postgres/parser/build.sh"
Expand Down
Loading