diff --git a/Formula/d/doltgres.rb b/Formula/d/doltgres.rb index 331abd64b485d..72257a444ee2f 100644 --- a/Formula/d/doltgres.rb +++ b/Formula/d/doltgres.rb @@ -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" @@ -15,18 +15,17 @@ class Doltgres < Formula end bottle do - sha256 cellar: :any_skip_relocation, arm64_tahoe: "143d80493f297d32b643df30fcb48b3572331cc2867491a8e70d84084ce815b2" - sha256 cellar: :any_skip_relocation, arm64_sequoia: "76f6fabddb597e0ff45087bf2ccb12997ac50e7d5211cc6858aeccf3486c214c" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "4c2245009878e46f5483b05a8940141061dec3d9e80c303836718ca13f9e546b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "80c2481c4885e75643559fb77a228ff6ee7f3f75c311de02094e6dfc5772f618" - sha256 cellar: :any_skip_relocation, sonoma: "5045bfcd97884c9594afb92549e5f439f14b5063c79bb381c153f93a92376248" - sha256 cellar: :any_skip_relocation, ventura: "f92216bf27f8dd2c52f53e4e4c520eb1f710eb917832731ed2c9917646153ad3" - sha256 cellar: :any_skip_relocation, arm64_linux: "bc5389b31035a1ae18252f273bc243bec182c66badacb4398a43b5b7e30eee1e" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9b14abde981802a9756405e575965643c3611abb52dc9cbd1d224476b6eaff6a" + sha256 cellar: :any, arm64_tahoe: "5605fc0d42953f470d607832e3e7541c1c7a0e986daad726ed515ff706f13c02" + sha256 cellar: :any, arm64_sequoia: "c43674519592e5d220dbb427b550fe157c8fdccebd926fe60042dd74a9e9725d" + sha256 cellar: :any, arm64_sonoma: "b9a2a36d28693e8c775f5c1e0516303b5bf0182c6b30452882e60c41021254fe" + sha256 cellar: :any, sonoma: "129a3f9ac749ff1b13a482a53153d97882580046ae42a3fa0c88032962865a23" + sha256 cellar: :any_skip_relocation, arm64_linux: "dc4005c1a69acc8d3702f1b876bb4e80be1c911c076f8058171dd2c6fe26d7ca" + sha256 cellar: :any_skip_relocation, x86_64_linux: "77951a3e53d90bd8372afeb164feae9e5f31b3fd0f47c48fe070e2ee1229d0b2" end depends_on "go" => :build depends_on "libpq" => :test + depends_on "icu4c@77" def install system "./postgres/parser/build.sh"