|
1 | 1 | class Pocketbase < Formula |
2 | 2 | desc "Open source backend for your next project in 1 file" |
3 | 3 | homepage "https://pocketbase.io/" |
4 | | - url "https://github.com/pocketbase/pocketbase/archive/refs/tags/v0.22.19.tar.gz" |
5 | | - sha256 "4b29c1c63cab2c57ceb129c323fc882c5809ce0949f1fe9a7cca29dddc6da210" |
| 4 | + url "https://github.com/pocketbase/pocketbase/archive/refs/tags/v0.22.20.tar.gz" |
| 5 | + sha256 "6bf7003af949c82f489712598b8300dd611554cc26a49a2730b7c69f5d966ed0" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "def5458142ec83fe88140f17b3f5fb5aec3f1b7106f6c65f1726ef6d369e3eac" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "def5458142ec83fe88140f17b3f5fb5aec3f1b7106f6c65f1726ef6d369e3eac" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_monterey: "def5458142ec83fe88140f17b3f5fb5aec3f1b7106f6c65f1726ef6d369e3eac" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "49f44e86c12779fad070453bebd01f9c74541f70e2e9bb424f09091919a4d069" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "49f44e86c12779fad070453bebd01f9c74541f70e2e9bb424f09091919a4d069" |
14 | | - sha256 cellar: :any_skip_relocation, monterey: "49f44e86c12779fad070453bebd01f9c74541f70e2e9bb424f09091919a4d069" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "d48a817fcf0fd4c968d12738e34c55ab7e75a370f8e165439661d82d918cdc96" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "650a244bd82e255fd39616fcadfb15bab84d698080d980abe209d42080e9c880" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "650a244bd82e255fd39616fcadfb15bab84d698080d980abe209d42080e9c880" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_monterey: "650a244bd82e255fd39616fcadfb15bab84d698080d980abe209d42080e9c880" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "e769e6d9c9208a4120a7d23b69297d9216bd64242b7e6348c96bc6d229b624d6" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "e769e6d9c9208a4120a7d23b69297d9216bd64242b7e6348c96bc6d229b624d6" |
| 14 | + sha256 cellar: :any_skip_relocation, monterey: "e769e6d9c9208a4120a7d23b69297d9216bd64242b7e6348c96bc6d229b624d6" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "2cde62c9e97e5336a91497f02f01f94a1ef119a9db762383fe9ffb21cecaa02c" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments