|
1 | 1 | class PgSchemaDiff < Formula |
2 | 2 | desc "Diff Postgres schemas and generating SQL migrations" |
3 | 3 | 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" |
6 | 6 | license "MIT" |
7 | 7 | head "https://github.com/stripe/pg-schema-diff.git", branch: "main" |
8 | 8 |
|
9 | 9 | 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" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments