From d753879fc8c42efdc4941761f30393f115403595 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Dec 2024 17:20:24 +0000 Subject: [PATCH 1/2] pocketbase 0.23.6 --- 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 8fca5a89db894..334ba574689f4 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.23.5.tar.gz" - sha256 "c842487b89387c3b5af8108dbd3034fb7e7ed0b3c50ff6fe9b51c1d05b110603" + url "https://github.com/pocketbase/pocketbase/archive/refs/tags/v0.23.6.tar.gz" + sha256 "f6cf797624763f75f9a9ef50884452723daae87f0a5468154122d28118cab0ce" license "MIT" bottle do From 4db770ac0aa4ec0409388198310f6ab92a950fcc Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 11 Dec 2024 17:55:06 +0000 Subject: [PATCH 2/2] pocketbase: update 0.23.6 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 334ba574689f4..b30fb48f7eb82 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: "d598a6580d9c465b2782e5ac6288fc07fc16bf096aca405b71e67c43ccbfdc5b" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "d598a6580d9c465b2782e5ac6288fc07fc16bf096aca405b71e67c43ccbfdc5b" - sha256 cellar: :any_skip_relocation, arm64_ventura: "d598a6580d9c465b2782e5ac6288fc07fc16bf096aca405b71e67c43ccbfdc5b" - sha256 cellar: :any_skip_relocation, sonoma: "a02dfb6f7b98e1ac938252f4181672972ae445792f49ea7f6d5153dd44a60df5" - sha256 cellar: :any_skip_relocation, ventura: "a02dfb6f7b98e1ac938252f4181672972ae445792f49ea7f6d5153dd44a60df5" - sha256 cellar: :any_skip_relocation, x86_64_linux: "dc26fd589f2599d34e5f1b9df33689c4ddf3fab9d27684a531c1e4c3fd165cc1" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "18b822a4385bc2898272fd3956d72c2896aa871cb564f9e8c9ffd55ce9d1d884" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "18b822a4385bc2898272fd3956d72c2896aa871cb564f9e8c9ffd55ce9d1d884" + sha256 cellar: :any_skip_relocation, arm64_ventura: "18b822a4385bc2898272fd3956d72c2896aa871cb564f9e8c9ffd55ce9d1d884" + sha256 cellar: :any_skip_relocation, sonoma: "ce9930b16a4970a1bdd0703df750cbb989dd61a41f2b1cf30754f1894839e8ea" + sha256 cellar: :any_skip_relocation, ventura: "ce9930b16a4970a1bdd0703df750cbb989dd61a41f2b1cf30754f1894839e8ea" + sha256 cellar: :any_skip_relocation, x86_64_linux: "eb095df923a6b4893afbe248936e2eb7387d0d3178144c5296261b6faec9f2d2" end depends_on "go" => :build