Skip to content

Commit 57ac542

Browse files
authored
Merge pull request #182669 from Homebrew/bump-pocketbase-0.22.20
pocketbase 0.22.20
2 parents 68721ce + 4683024 commit 57ac542

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.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"
66
license "MIT"
77

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

1818
depends_on "go" => :build

0 commit comments

Comments
 (0)