Skip to content

Commit 53ba3c1

Browse files
authored
Merge pull request #227726 from Homebrew/bump-pocketbase-0.28.4
pocketbase 0.28.4
2 parents f713dd6 + f7a0d20 commit 53ba3c1

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

Formula/p/pocketbase.rb

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
class Pocketbase < Formula
22
desc "Open source backend for your next project in 1 file"
33
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"
66
license "MIT"
77

88
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"
1616
end
1717

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)