From 4113a8962f0aff2bcbd359e3657474ffcfb428a1 Mon Sep 17 00:00:00 2001 From: Porkepix Date: Sun, 21 May 2023 18:56:22 +0200 Subject: [PATCH 1/2] pocketbase 0.16.0 --- Formula/pocketbase.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/pocketbase.rb b/Formula/pocketbase.rb index a62cca92dd7e1..e6be53710e9de 100644 --- a/Formula/pocketbase.rb +++ b/Formula/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.15.3.tar.gz" - sha256 "01ddb7380842dfe014ba28296b30a758d0b9217643a7b003fe4c1ab7c82f39f8" + url "https://github.com/pocketbase/pocketbase/archive/refs/tags/v0.16.0.tar.gz" + sha256 "ae0bbf9a6227f6a6eacc877f098b9c56cecc3398ea8f0eea09e1bb68206aea84" license "MIT" bottle do From 2f590c231fcbfac05cec275de48c039233fd82c8 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Sun, 21 May 2023 17:30:41 +0000 Subject: [PATCH 2/2] pocketbase: update 0.16.0 bottle. --- Formula/pocketbase.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/pocketbase.rb b/Formula/pocketbase.rb index e6be53710e9de..cb58ba472fe47 100644 --- a/Formula/pocketbase.rb +++ b/Formula/pocketbase.rb @@ -6,13 +6,13 @@ class Pocketbase < Formula license "MIT" bottle do - sha256 cellar: :any_skip_relocation, arm64_ventura: "484506f8733e9cd498852f8b3f09b2ed03d215758bbdf95b1592b32742cf6773" - sha256 cellar: :any_skip_relocation, arm64_monterey: "484506f8733e9cd498852f8b3f09b2ed03d215758bbdf95b1592b32742cf6773" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "484506f8733e9cd498852f8b3f09b2ed03d215758bbdf95b1592b32742cf6773" - sha256 cellar: :any_skip_relocation, ventura: "1204efe9e1eb03a56d9c838326ced5daa9bbbfa07fb40421d0856073919bc33d" - sha256 cellar: :any_skip_relocation, monterey: "1204efe9e1eb03a56d9c838326ced5daa9bbbfa07fb40421d0856073919bc33d" - sha256 cellar: :any_skip_relocation, big_sur: "1204efe9e1eb03a56d9c838326ced5daa9bbbfa07fb40421d0856073919bc33d" - sha256 cellar: :any_skip_relocation, x86_64_linux: "e4decea7364aff1c5d1efd5033095e3786cc5144cb5a2a5151921ffdf73521fa" + sha256 cellar: :any_skip_relocation, arm64_ventura: "aaaa88888702563713ee38d8c05952a6c32412e56e7fa5e51e8cbbab5f0559cf" + sha256 cellar: :any_skip_relocation, arm64_monterey: "aaaa88888702563713ee38d8c05952a6c32412e56e7fa5e51e8cbbab5f0559cf" + sha256 cellar: :any_skip_relocation, arm64_big_sur: "aaaa88888702563713ee38d8c05952a6c32412e56e7fa5e51e8cbbab5f0559cf" + sha256 cellar: :any_skip_relocation, ventura: "476ff544098dff63f2aa2403d264741451225e600690a9cb8cc9bbc3376ef150" + sha256 cellar: :any_skip_relocation, monterey: "476ff544098dff63f2aa2403d264741451225e600690a9cb8cc9bbc3376ef150" + sha256 cellar: :any_skip_relocation, big_sur: "476ff544098dff63f2aa2403d264741451225e600690a9cb8cc9bbc3376ef150" + sha256 cellar: :any_skip_relocation, x86_64_linux: "4439210b0bd5e3fbe120fd71f42832d67356ddcd630fbba8f6510e107523dd2c" end depends_on "go" => :build