Skip to content

Commit

Permalink
Merge pull request #170055 from Homebrew/bump-pocketbase-0.22.10
Browse files Browse the repository at this point in the history
pocketbase 0.22.10
  • Loading branch information
BrewTestBot committed Apr 25, 2024
2 parents 0e58771 + ae9812d commit 7c4181f
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/p/pocketbase.rb
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
class Pocketbase < Formula
desc "Open source backend for your next project in 1 file"
homepage "https://pocketbase.io/"
url "https://github.com/pocketbase/pocketbase/archive/refs/tags/v0.22.9.tar.gz"
sha256 "5e9bbee3e0fc143a23176e32335b83771af24c86a5d1ceb6231fd501bf1d5694"
url "https://github.com/pocketbase/pocketbase/archive/refs/tags/v0.22.10.tar.gz"
sha256 "0e77b52237686f035c3951dcaf525714d63a9c532f65bef594e1e1d0baff587e"
license "MIT"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "d5e1e427add788d7183e18cb2c1cd74f927794ffb65ccced4f55548596992d02"
sha256 cellar: :any_skip_relocation, arm64_ventura: "d5e1e427add788d7183e18cb2c1cd74f927794ffb65ccced4f55548596992d02"
sha256 cellar: :any_skip_relocation, arm64_monterey: "d5e1e427add788d7183e18cb2c1cd74f927794ffb65ccced4f55548596992d02"
sha256 cellar: :any_skip_relocation, sonoma: "c863282d0d0f39292d0270ffc93744b6068c6ec693d304a4fc6631c5481ed598"
sha256 cellar: :any_skip_relocation, ventura: "c863282d0d0f39292d0270ffc93744b6068c6ec693d304a4fc6631c5481ed598"
sha256 cellar: :any_skip_relocation, monterey: "c863282d0d0f39292d0270ffc93744b6068c6ec693d304a4fc6631c5481ed598"
sha256 cellar: :any_skip_relocation, x86_64_linux: "8ed6e0f07f6111daf0c9f8664374b7cc6e00e877f9c4a05892fb7072e65e05b9"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "3ec1fc703063e9e047421231dd6ca903dbdc1f764a5130bd5efac6489953ee09"
sha256 cellar: :any_skip_relocation, arm64_ventura: "3ec1fc703063e9e047421231dd6ca903dbdc1f764a5130bd5efac6489953ee09"
sha256 cellar: :any_skip_relocation, arm64_monterey: "3ec1fc703063e9e047421231dd6ca903dbdc1f764a5130bd5efac6489953ee09"
sha256 cellar: :any_skip_relocation, sonoma: "036520255e799997b1c86a1133edd0930da30dbed4927eb3ddf46b1088ef3b94"
sha256 cellar: :any_skip_relocation, ventura: "036520255e799997b1c86a1133edd0930da30dbed4927eb3ddf46b1088ef3b94"
sha256 cellar: :any_skip_relocation, monterey: "036520255e799997b1c86a1133edd0930da30dbed4927eb3ddf46b1088ef3b94"
sha256 cellar: :any_skip_relocation, x86_64_linux: "2d6f3525613837cd755dc9cd395944d77de634dcf03e7d12c3c041fe8b11d1c4"
end

depends_on "go" => :build
Expand Down

0 comments on commit 7c4181f

Please sign in to comment.