From 2fe810e9291d53da32d8f943042cb253ff5bbc46 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 3 Nov 2024 12:48:28 +0000 Subject: [PATCH 1/2] pocketbase 0.22.23 --- Formula/p/pocketbase.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/p/pocketbase.rb b/Formula/p/pocketbase.rb index be393e824492c..e11a221be8620 100644 --- a/Formula/p/pocketbase.rb +++ b/Formula/p/pocketbase.rb @@ -1,8 +1,8 @@ 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.22.tar.gz" - sha256 "c877af435243b6c1ac26339ade67497d4862d33fb6e493188de1024fb9866138" + url "https://github.com/pocketbase/pocketbase/archive/refs/tags/v0.22.23.tar.gz" + sha256 "f7780c2579450ba94e81b02f105b39cca87087f134753f0dbdae851e3848506f" license "MIT" bottle do From 56170d50a0e8c5ce9220ce1ff383fad21059298e Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 3 Nov 2024 13:12:24 +0000 Subject: [PATCH 2/2] pocketbase: update 0.22.23 bottle. --- Formula/p/pocketbase.rb | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Formula/p/pocketbase.rb b/Formula/p/pocketbase.rb index e11a221be8620..a37cf828578fc 100644 --- a/Formula/p/pocketbase.rb +++ b/Formula/p/pocketbase.rb @@ -6,12 +6,12 @@ class Pocketbase < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "9a78f6e60c20f8b8fdc30464275eec484595513651653812321be948d224c843" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9a78f6e60c20f8b8fdc30464275eec484595513651653812321be948d224c843" - sha256 cellar: :any_skip_relocation, arm64_ventura: "9a78f6e60c20f8b8fdc30464275eec484595513651653812321be948d224c843" - sha256 cellar: :any_skip_relocation, sonoma: "e6f948758400987da40435d64ee2b40aa5fbe84a1c5cedb79a97ccfee2e8924b" - sha256 cellar: :any_skip_relocation, ventura: "e6f948758400987da40435d64ee2b40aa5fbe84a1c5cedb79a97ccfee2e8924b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "9d587a9db21cf495f63c7e19fa3d3ac1f8d0342db0e5bba9bef4cad465743852" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "1b6de8b3fcd8748da2e9b7aa9a5aefa02a7a0ef743886917f3a2f87349402c87" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "1b6de8b3fcd8748da2e9b7aa9a5aefa02a7a0ef743886917f3a2f87349402c87" + sha256 cellar: :any_skip_relocation, arm64_ventura: "1b6de8b3fcd8748da2e9b7aa9a5aefa02a7a0ef743886917f3a2f87349402c87" + sha256 cellar: :any_skip_relocation, sonoma: "1f93428658967a98b0fe6bf6c7e15f3a3efd7d357e84fe64ed8748f166e661fa" + sha256 cellar: :any_skip_relocation, ventura: "1f93428658967a98b0fe6bf6c7e15f3a3efd7d357e84fe64ed8748f166e661fa" + sha256 cellar: :any_skip_relocation, x86_64_linux: "e6bf8750c2c99a086a1c1dfaff08c8c6d7872a9004c652c0ec08ad476b23ce28" end depends_on "go" => :build