Skip to content

Commit add5bba

Browse files
authored
Merge pull request #235838 from Homebrew/bump-pg-schema-diff-1.0.2
pg-schema-diff 1.0.2
2 parents 949252a + 412ae70 commit add5bba

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/p/pg-schema-diff.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class PgSchemaDiff < Formula
22
desc "Diff Postgres schemas and generating SQL migrations"
33
homepage "https://github.com/stripe/pg-schema-diff"
4-
url "https://github.com/stripe/pg-schema-diff/archive/refs/tags/v1.0.1.tar.gz"
5-
sha256 "ff282cfeeaa3af3677cd421a6eb9c9c406692f1961caef2a40870c54771e63ae"
4+
url "https://github.com/stripe/pg-schema-diff/archive/refs/tags/v1.0.2.tar.gz"
5+
sha256 "036abefc48a7c4b3fe73f8ab659f7d3f3379d85b3747cd2ceb973ae542192667"
66
license "MIT"
77
head "https://github.com/stripe/pg-schema-diff.git", branch: "main"
88

99
bottle do
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "80b941332316ea7d3100f035eb73f93e987bdf603d48e776d4df6c93637355b0"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "80b941332316ea7d3100f035eb73f93e987bdf603d48e776d4df6c93637355b0"
12-
sha256 cellar: :any_skip_relocation, arm64_ventura: "80b941332316ea7d3100f035eb73f93e987bdf603d48e776d4df6c93637355b0"
13-
sha256 cellar: :any_skip_relocation, sonoma: "78916fd8c370f69e7790f3958d89042da367e500309953885784a119fc08195d"
14-
sha256 cellar: :any_skip_relocation, ventura: "78916fd8c370f69e7790f3958d89042da367e500309953885784a119fc08195d"
15-
sha256 cellar: :any_skip_relocation, x86_64_linux: "0a5ce2f0a351987bd82e28ae72a6d1fd80da5d31a2fd207333930d3af5beab63"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "8b98ed4ac4b75b8b959780a011c8b4fa6399267222bd2756a0d8989e249b2677"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "8b98ed4ac4b75b8b959780a011c8b4fa6399267222bd2756a0d8989e249b2677"
12+
sha256 cellar: :any_skip_relocation, arm64_ventura: "8b98ed4ac4b75b8b959780a011c8b4fa6399267222bd2756a0d8989e249b2677"
13+
sha256 cellar: :any_skip_relocation, sonoma: "bbe23212edff4718890067907cad83d7cd8ae4c7fc53be464e1319c1c5d35a29"
14+
sha256 cellar: :any_skip_relocation, ventura: "bbe23212edff4718890067907cad83d7cd8ae4c7fc53be464e1319c1c5d35a29"
15+
sha256 cellar: :any_skip_relocation, x86_64_linux: "761c21b121914bd68e6e972d000f26cc08e809348945b48c467dbb51f6b9189e"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)