Skip to content

Commit 7b3e583

Browse files
BrewTestBotchenrui333
authored andcommitted
doltgres 0.52.0
doltgres: needs `icu4c@77` Signed-off-by: Rui Chen <[email protected]>
1 parent 8858d67 commit 7b3e583

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Formula/d/doltgres.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class 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.51.2.tar.gz"
5-
sha256 "d3532e9b3b08e2a79ade3c1d18e50aac7a5dc81c64989d97f8378a2594e5270c"
4+
url "https://github.com/dolthub/doltgresql/archive/refs/tags/v0.52.0.tar.gz"
5+
sha256 "ee8c09c7d32ce3bba2d62f073616e199e7e909cb133f679a68aaa8fff717c6f5"
66
license "Apache-2.0"
77
head "https://github.com/dolthub/doltgresql.git", branch: "main"
88

@@ -27,6 +27,7 @@ class Doltgres < Formula
2727

2828
depends_on "go" => :build
2929
depends_on "libpq" => :test
30+
depends_on "icu4c@77"
3031

3132
def install
3233
system "./postgres/parser/build.sh"

0 commit comments

Comments
 (0)