|
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.28.3.tar.gz" |
5 | | - sha256 "6f0fe18279f9b98047d8379562e1e2d16a652babd431f72f806e8af8b7dfd47a" |
| 4 | + url "https://github.com/pocketbase/pocketbase/archive/refs/tags/v0.28.4.tar.gz" |
| 5 | + sha256 "87fa32132ce6674e0d89eb6140235f3d87f21c9a82289e703baa196c41829c20" |
6 | 6 | license "MIT" |
7 | 7 |
|
8 | 8 | bottle do |
9 | | - sha256 cellar: :any_skip_relocation, arm64_sequoia: "01819e0ba49db47de67e851d6684c7b2c3109eb2f7517e21f7f102f956353aca" |
10 | | - sha256 cellar: :any_skip_relocation, arm64_sonoma: "01819e0ba49db47de67e851d6684c7b2c3109eb2f7517e21f7f102f956353aca" |
11 | | - sha256 cellar: :any_skip_relocation, arm64_ventura: "01819e0ba49db47de67e851d6684c7b2c3109eb2f7517e21f7f102f956353aca" |
12 | | - sha256 cellar: :any_skip_relocation, sonoma: "dccb126efe889e9bf85cd5ab3de3194ff8c686b398f25ea89c3c8a00f0a2e8bb" |
13 | | - sha256 cellar: :any_skip_relocation, ventura: "dccb126efe889e9bf85cd5ab3de3194ff8c686b398f25ea89c3c8a00f0a2e8bb" |
14 | | - sha256 cellar: :any_skip_relocation, arm64_linux: "e736bfdf1f3a7f0a6b21495d923160f24cfcf1c8a21b36b939713d622d92d9b6" |
15 | | - sha256 cellar: :any_skip_relocation, x86_64_linux: "f5b68f5b3f351bafb6fc89a429d2ff1f94471e17ea837b0f97cbdfbb02048467" |
| 9 | + sha256 cellar: :any_skip_relocation, arm64_sequoia: "85deaee01ecf35c3b037f57efd49396ee6c4f0f2a11e2d3326b7a0b2af691847" |
| 10 | + sha256 cellar: :any_skip_relocation, arm64_sonoma: "85deaee01ecf35c3b037f57efd49396ee6c4f0f2a11e2d3326b7a0b2af691847" |
| 11 | + sha256 cellar: :any_skip_relocation, arm64_ventura: "85deaee01ecf35c3b037f57efd49396ee6c4f0f2a11e2d3326b7a0b2af691847" |
| 12 | + sha256 cellar: :any_skip_relocation, sonoma: "736a38c31c97486e21534428658d7e1a9879c3d5d810f64b8f26daea50b7207e" |
| 13 | + sha256 cellar: :any_skip_relocation, ventura: "736a38c31c97486e21534428658d7e1a9879c3d5d810f64b8f26daea50b7207e" |
| 14 | + sha256 cellar: :any_skip_relocation, arm64_linux: "d13a346280142e9f91b871079cdbc8a98cdea61a5be04092185485820f243b00" |
| 15 | + sha256 cellar: :any_skip_relocation, x86_64_linux: "453bbc4a7b8c8647f91646bacaedd839c624a322b2e605e51b477f49717814ac" |
16 | 16 | end |
17 | 17 |
|
18 | 18 | depends_on "go" => :build |
|
0 commit comments