Skip to content

Commit 032a4b1

Browse files
authored
Merge pull request Homebrew#201063 from Homebrew/bump-pocketbase-0.23.7
pocketbase 0.23.7
2 parents 5d204a9 + 8d1eab1 commit 032a4b1

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.23.6.tar.gz"
5-
sha256 "f6cf797624763f75f9a9ef50884452723daae87f0a5468154122d28118cab0ce"
4+
url "https://github.com/pocketbase/pocketbase/archive/refs/tags/v0.23.7.tar.gz"
5+
sha256 "cecaaf84884de0f24042171ef50060d0dbf5b6d14b9080b51963aed1200bdfe4"
66
license "MIT"
77

88
bottle do
9-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "18b822a4385bc2898272fd3956d72c2896aa871cb564f9e8c9ffd55ce9d1d884"
10-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "18b822a4385bc2898272fd3956d72c2896aa871cb564f9e8c9ffd55ce9d1d884"
11-
sha256 cellar: :any_skip_relocation, arm64_ventura: "18b822a4385bc2898272fd3956d72c2896aa871cb564f9e8c9ffd55ce9d1d884"
12-
sha256 cellar: :any_skip_relocation, sonoma: "ce9930b16a4970a1bdd0703df750cbb989dd61a41f2b1cf30754f1894839e8ea"
13-
sha256 cellar: :any_skip_relocation, ventura: "ce9930b16a4970a1bdd0703df750cbb989dd61a41f2b1cf30754f1894839e8ea"
14-
sha256 cellar: :any_skip_relocation, x86_64_linux: "eb095df923a6b4893afbe248936e2eb7387d0d3178144c5296261b6faec9f2d2"
9+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "cde2100306f23da309e73e6472837e6b1cd02072afc3c6b91391d9789fc527ee"
10+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "cde2100306f23da309e73e6472837e6b1cd02072afc3c6b91391d9789fc527ee"
11+
sha256 cellar: :any_skip_relocation, arm64_ventura: "cde2100306f23da309e73e6472837e6b1cd02072afc3c6b91391d9789fc527ee"
12+
sha256 cellar: :any_skip_relocation, sonoma: "039c70461f066f4d0c7258ffd0888afc10101f8aec66f87f7aacbb9f22b5347c"
13+
sha256 cellar: :any_skip_relocation, ventura: "039c70461f066f4d0c7258ffd0888afc10101f8aec66f87f7aacbb9f22b5347c"
14+
sha256 cellar: :any_skip_relocation, x86_64_linux: "8edd472453a0952a11d9ad0264f15d002a5ef1521726e80756a3d4d796844c1d"
1515
end
1616

1717
depends_on "go" => :build

0 commit comments

Comments
 (0)