Skip to content

Commit 30a2e56

Browse files
authored
Merge pull request #217248 from Homebrew/bump-pocketbase-0.26.6
pocketbase 0.26.6
2 parents 87ad531 + 1d4580d commit 30a2e56

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.26.5.tar.gz"
5-
sha256 "cbed66483a180507149a4eb34ebad9a7f61b836e38d20ab64689de9a2cda3ee4"
4+
url "https://github.com/pocketbase/pocketbase/archive/refs/tags/v0.26.6.tar.gz"
5+
sha256 "1b2294986abc8c4cb9554650b7809f9e5fd7c61f3b24ecc011dbb48dc31bd162"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "3f3b789d65f9e1144816e81cf4d8b6cb5cccfb7de2feac3ee29bae7a839e942d"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3f3b789d65f9e1144816e81cf4d8b6cb5cccfb7de2feac3ee29bae7a839e942d"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "3f3b789d65f9e1144816e81cf4d8b6cb5cccfb7de2feac3ee29bae7a839e942d"
12-
sha256 cellar: :any_skip_relocation, sonoma: "8ab592efb5dc4bb3d6755ba278b9af732d1a4a955e51e95be4a46288f2742562"
13-
sha256 cellar: :any_skip_relocation, ventura: "8ab592efb5dc4bb3d6755ba278b9af732d1a4a955e51e95be4a46288f2742562"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "dcce0f804721fe53db8c91cdfd1fa460192e3548743c194af6346cfbc5686bdc"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "9becd680737c6bd08aaf07222c3c8617ead4637d85125b3d3d89492f9d050ff8"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "9becd680737c6bd08aaf07222c3c8617ead4637d85125b3d3d89492f9d050ff8"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "9becd680737c6bd08aaf07222c3c8617ead4637d85125b3d3d89492f9d050ff8"
12+
sha256 cellar: :any_skip_relocation, sonoma: "b59f3c881232fc72585bb4185bcbb3dbeb60b682e9e55ca9642b4fd6e732c1e8"
13+
sha256 cellar: :any_skip_relocation, ventura: "b59f3c881232fc72585bb4185bcbb3dbeb60b682e9e55ca9642b4fd6e732c1e8"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "d19dbe20005227cf09da399508146265ddda9c69663959b6e7e3efc8fba7bc8e"
1515
end
1616

1717
depends_on "go" => :build

0 commit comments

Comments
 (0)