Skip to content

Commit 6da8717

Browse files
authored
Merge pull request #250009 from Homebrew/bump-pocketbase-0.30.4
pocketbase 0.30.4
2 parents 9136948 + 6f7f929 commit 6da8717

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/p/pocketbase.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
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.30.3.tar.gz"
5-
sha256 "b8bd23c6fb2e12da5a5cbeaffefb8e7bf0ad1ed7fa10bafc5be49ad4ab571f64"
4+
url "https://github.com/pocketbase/pocketbase/archive/refs/tags/v0.30.4.tar.gz"
5+
sha256 "326cf38298744a6a7609589d1391ea46514ea03c7ddfb0c4f1c2a378d633eb57"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_tahoe: "d0117a7ceb09607ce3f7d7688048e706ca5b134f5eb71aa06d1b05f7e829d2e4"
10-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "d0117a7ceb09607ce3f7d7688048e706ca5b134f5eb71aa06d1b05f7e829d2e4"
11-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d0117a7ceb09607ce3f7d7688048e706ca5b134f5eb71aa06d1b05f7e829d2e4"
12-
sha256 cellar: :any_skip_relocation, sonoma: "dd7d6d4bcdd82e504414236f57c6c5b983d137b267ed551ce666cf6dfd75e4a1"
13-
sha256 cellar: :any_skip_relocation, arm64_linux: "854f4a1ef3e080abd76da16c69a158d55215bb7ddf2d99b927626aa25aaab55c"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "acfe84f0f0f99e2ed63efe3c36a541c8021c987cb50dbdad3c75aae07fc6ca15"
9+
sha256 cellar: :any_skip_relocation, arm64_tahoe: "dfdbd624efd49f7b680b81e8eee60ec3b920752fa2471c580095725487f2d3ed"
10+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "dfdbd624efd49f7b680b81e8eee60ec3b920752fa2471c580095725487f2d3ed"
11+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "dfdbd624efd49f7b680b81e8eee60ec3b920752fa2471c580095725487f2d3ed"
12+
sha256 cellar: :any_skip_relocation, sonoma: "24eb169bda3818716c1c34088bd9bde660b6cd05df2157298d899fb7a3d928f8"
13+
sha256 cellar: :any_skip_relocation, arm64_linux: "d57ccd71c9b7ca9ab6c7f2218fa94f84870a50ffd0ac7b42f7e0c3044a9fc8be"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "9a92990ed69b3a4b54e033acb8a9bbffeff458114d8ae237c904bde4cd11bdf2"
1515
end
1616

1717
depends_on "go" => :build

0 commit comments

Comments
 (0)