Skip to content

Commit 631ca2f

Browse files
authored
Merge pull request #254958 from Homebrew/bump-doltgres-0.53.2
doltgres 0.53.3
2 parents eb15fc5 + 966519f commit 631ca2f

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/d/doltgres.rb

Lines changed: 8 additions & 8 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.53.1.tar.gz"
5-
sha256 "216b231a56fb99ad865adbd17fdee4616dbfa09072d589ee09864777bbdf7eb4"
4+
url "https://github.com/dolthub/doltgresql/archive/refs/tags/v0.53.3.tar.gz"
5+
sha256 "921fc15552927b6a7c2e9dadf0e9ba86177dadce04d3f916094aa9f546cfacae"
66
license "Apache-2.0"
77
head "https://github.com/dolthub/doltgresql.git", branch: "main"
88

@@ -15,12 +15,12 @@ class Doltgres < Formula
1515
end
1616

1717
bottle do
18-
sha256 cellar: :any, arm64_tahoe: "7565ef3b343723588025efa21310c8efc1f06fc4b26d4f9964f78f9324c5ea7c"
19-
sha256 cellar: :any, arm64_sequoia: "800cb7f4a3c1b18939376ac08af735c5a690287d0f8d6221e88979a266f0a107"
20-
sha256 cellar: :any, arm64_sonoma: "9ce51937f93779ef4049cad7dd5a8d1c635784468caa3a033d2708a7ddc69bd9"
21-
sha256 cellar: :any, sonoma: "268af176255ad0badb015baab4ad98a85dbaaf454e07af5afe631e9ded4aacd2"
22-
sha256 cellar: :any_skip_relocation, arm64_linux: "6d10f3997b8af03075be633f6aa1220125829148b12b007541e9f3ab1aa7cddc"
23-
sha256 cellar: :any_skip_relocation, x86_64_linux: "44e8f7f7082a49aa5379cee904190abaaa41f076326dbba392bcd2eababd8db6"
18+
sha256 cellar: :any, arm64_tahoe: "8c355a714be170eca04bbc2eaa2bbc7f6ead05ee512a93431b1f256b97e88964"
19+
sha256 cellar: :any, arm64_sequoia: "0f6c9d9ad43fb26c3a54f58976fd16b99d7b8e2bc7aeb6548c9e6c85b8de257d"
20+
sha256 cellar: :any, arm64_sonoma: "252527a5316e017eee5d47a1e3b3f0e3ebd00e336a1535927f2032e270e4d836"
21+
sha256 cellar: :any, sonoma: "2c2229d1631008da4a42f62ceef2b54ccfa1c05cf1faab67fb8afea2bca8f75e"
22+
sha256 cellar: :any_skip_relocation, arm64_linux: "d1ef3540ab62cd0703a2949140207630ff73ed2b0b50a24262a8bcbaae6f844b"
23+
sha256 cellar: :any_skip_relocation, x86_64_linux: "99fb321bbeb2a4d05baa1ea3c4dd33a9c3aa7dba54fee0db76c8c541bd7c08d0"
2424
end
2525

2626
depends_on "go" => :build

0 commit comments

Comments
 (0)