From 7d658a65ee1ae99ba5ccbac9c754fba94b680dd9 Mon Sep 17 00:00:00 2001 From: Rui Chen Date: Tue, 5 Sep 2023 09:52:42 -0400 Subject: [PATCH 1/2] pocketbase 0.18.0 --- 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 488bedd1e7925..a887db4c580f4 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.17.7.tar.gz" - sha256 "42af7e2102a9a780c3d0bf7a9e2c1f95965c3fcb003149ca6325e539d9bbce9b" + url "https://github.com/pocketbase/pocketbase/archive/refs/tags/v0.18.0.tar.gz" + sha256 "906fe9d3cfdeac6f18b4d401ad36abec2cbbbdf1e60247be235fb6659df80020" license "MIT" bottle do From bbd2f8fb0fb0d9b6641915b914f98c151c32445b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Tue, 5 Sep 2023 17:53:17 +0000 Subject: [PATCH 2/2] pocketbase: update 0.18.0 bottle. --- Formula/p/pocketbase.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/p/pocketbase.rb b/Formula/p/pocketbase.rb index a887db4c580f4..302a78e071b32 100644 --- a/Formula/p/pocketbase.rb +++ b/Formula/p/pocketbase.rb @@ -6,13 +6,13 @@ class Pocketbase < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_ventura: "5629098df8c7054b3720bbe13cacfee92874a77ea7a4afb6ab0fd7739ca37524" - sha256 cellar: :any_skip_relocation, arm64_monterey: "5629098df8c7054b3720bbe13cacfee92874a77ea7a4afb6ab0fd7739ca37524" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "5629098df8c7054b3720bbe13cacfee92874a77ea7a4afb6ab0fd7739ca37524" - sha256 cellar: :any_skip_relocation, ventura: "48b28bf4e669137c4a834c892689de46a8abe8b23c7231d7e439f6b37e4e17ed" - sha256 cellar: :any_skip_relocation, monterey: "48b28bf4e669137c4a834c892689de46a8abe8b23c7231d7e439f6b37e4e17ed" - sha256 cellar: :any_skip_relocation, big_sur: "48b28bf4e669137c4a834c892689de46a8abe8b23c7231d7e439f6b37e4e17ed" - sha256 cellar: :any_skip_relocation, x86_64_linux: "69e951214cd23dd690ea1d10ba1f79118897b72a9db506fb8882a0da76b90642" + sha256 cellar: :any_skip_relocation, arm64_ventura: "ccc96301efd772be920ad31a54250c4fa21ffb7c688a3ca51a971e6761cb5ace" + sha256 cellar: :any_skip_relocation, arm64_monterey: "ccc96301efd772be920ad31a54250c4fa21ffb7c688a3ca51a971e6761cb5ace" + sha256 cellar: :any_skip_relocation, arm64_big_sur: "ccc96301efd772be920ad31a54250c4fa21ffb7c688a3ca51a971e6761cb5ace" + sha256 cellar: :any_skip_relocation, ventura: "aed374872ad81dc86b1dc8f2357786164511fc44480c8729b93fd3f6fac7c841" + sha256 cellar: :any_skip_relocation, monterey: "aed374872ad81dc86b1dc8f2357786164511fc44480c8729b93fd3f6fac7c841" + sha256 cellar: :any_skip_relocation, big_sur: "aed374872ad81dc86b1dc8f2357786164511fc44480c8729b93fd3f6fac7c841" + sha256 cellar: :any_skip_relocation, x86_64_linux: "9511b68cf62e8403b7c9be25bea67fc774feed89b70943e0c150cb49b92355be" end depends_on "go" => :build