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 8858d67 commit 7b3e583Copy full SHA for 7b3e583
Formula/d/doltgres.rb
@@ -1,8 +1,8 @@
1
class Doltgres < Formula
2
desc "Dolt for Postgres"
3
homepage "https://github.com/dolthub/doltgresql"
4
- url "https://github.com/dolthub/doltgresql/archive/refs/tags/v0.51.2.tar.gz"
5
- sha256 "d3532e9b3b08e2a79ade3c1d18e50aac7a5dc81c64989d97f8378a2594e5270c"
+ url "https://github.com/dolthub/doltgresql/archive/refs/tags/v0.52.0.tar.gz"
+ sha256 "ee8c09c7d32ce3bba2d62f073616e199e7e909cb133f679a68aaa8fff717c6f5"
6
license "Apache-2.0"
7
head "https://github.com/dolthub/doltgresql.git", branch: "main"
8
@@ -27,6 +27,7 @@ class Doltgres < Formula
27
28
depends_on "go" => :build
29
depends_on "libpq" => :test
30
+ depends_on "icu4c@77"
31
32
def install
33
system "./postgres/parser/build.sh"
0 commit comments