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.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
@@ -15,18 +15,17 @@ class Doltgres < Formula
1515 end
1616
1717 bottle do
18- sha256 cellar : :any_skip_relocation , arm64_tahoe : "143d80493f297d32b643df30fcb48b3572331cc2867491a8e70d84084ce815b2"
19- sha256 cellar : :any_skip_relocation , arm64_sequoia : "76f6fabddb597e0ff45087bf2ccb12997ac50e7d5211cc6858aeccf3486c214c"
20- sha256 cellar : :any_skip_relocation , arm64_sonoma : "4c2245009878e46f5483b05a8940141061dec3d9e80c303836718ca13f9e546b"
21- sha256 cellar : :any_skip_relocation , arm64_ventura : "80c2481c4885e75643559fb77a228ff6ee7f3f75c311de02094e6dfc5772f618"
22- sha256 cellar : :any_skip_relocation , sonoma : "5045bfcd97884c9594afb92549e5f439f14b5063c79bb381c153f93a92376248"
23- sha256 cellar : :any_skip_relocation , ventura : "f92216bf27f8dd2c52f53e4e4c520eb1f710eb917832731ed2c9917646153ad3"
24- sha256 cellar : :any_skip_relocation , arm64_linux : "bc5389b31035a1ae18252f273bc243bec182c66badacb4398a43b5b7e30eee1e"
25- sha256 cellar : :any_skip_relocation , x86_64_linux : "9b14abde981802a9756405e575965643c3611abb52dc9cbd1d224476b6eaff6a"
18+ sha256 cellar : :any , arm64_tahoe : "5605fc0d42953f470d607832e3e7541c1c7a0e986daad726ed515ff706f13c02"
19+ sha256 cellar : :any , arm64_sequoia : "c43674519592e5d220dbb427b550fe157c8fdccebd926fe60042dd74a9e9725d"
20+ sha256 cellar : :any , arm64_sonoma : "b9a2a36d28693e8c775f5c1e0516303b5bf0182c6b30452882e60c41021254fe"
21+ sha256 cellar : :any , sonoma : "129a3f9ac749ff1b13a482a53153d97882580046ae42a3fa0c88032962865a23"
22+ sha256 cellar : :any_skip_relocation , arm64_linux : "dc4005c1a69acc8d3702f1b876bb4e80be1c911c076f8058171dd2c6fe26d7ca"
23+ sha256 cellar : :any_skip_relocation , x86_64_linux : "77951a3e53d90bd8372afeb164feae9e5f31b3fd0f47c48fe070e2ee1229d0b2"
2624 end
2725
2826 depends_on "go" => :build
2927 depends_on "libpq" => :test
28+ depends_on "icu4c@77"
3029
3130 def install
3231 system "./postgres/parser/build.sh"
0 commit comments