From 7f9698ce1ce6de10887b319c3267ed80d33d5f64 Mon Sep 17 00:00:00 2001 From: Porkepix Date: Fri, 6 Oct 2023 11:27:38 +0200 Subject: [PATCH 1/2] roadrunner 2023.3.0 --- Formula/r/roadrunner.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/r/roadrunner.rb b/Formula/r/roadrunner.rb index fe00d3b8c59bb1..2db2ef7e9736da 100644 --- a/Formula/r/roadrunner.rb +++ b/Formula/r/roadrunner.rb @@ -1,8 +1,8 @@ class Roadrunner < Formula desc "High-performance PHP application server, load-balancer and process manager" homepage "https://roadrunner.dev/" - url "https://github.com/roadrunner-server/roadrunner/archive/refs/tags/v2023.2.2.tar.gz" - sha256 "94fcc6674f7084b5a8aef09e73900c87f87846d304c0921a0166c1318ae4be12" + url "https://github.com/roadrunner-server/roadrunner/archive/refs/tags/v2023.3.0.tar.gz" + sha256 "6d4c4089c41740ca302eef04a84d9d39b8676d7a9b894ba448462eab691ddbcd" license "MIT" head "https://github.com/roadrunner-server/roadrunner.git", branch: "master" From ce1e16bd2e2f92c889492d4ab435c7a95315e8c0 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Fri, 6 Oct 2023 10:39:49 +0000 Subject: [PATCH 2/2] roadrunner: update 2023.3.0 bottle. --- Formula/r/roadrunner.rb | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Formula/r/roadrunner.rb b/Formula/r/roadrunner.rb index 2db2ef7e9736da..2e986437045bf8 100644 --- a/Formula/r/roadrunner.rb +++ b/Formula/r/roadrunner.rb @@ -7,15 +7,13 @@ class Roadrunner < Formula head "https://github.com/roadrunner-server/roadrunner.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "058d3c7e49ee8c4b886ee810ac7578a5ba4fd00a570d12099772b4f95d2ca5f2" - sha256 cellar: :any_skip_relocation, arm64_ventura: "96f6396b45d0c320f0b0dfdf8a6bdcfba3e5873f6e5a43073c1413e895907052" - sha256 cellar: :any_skip_relocation, arm64_monterey: "befea8756b1eea72b049edede56d985cf326715503d179c0a793ed19eeba5e1d" - sha256 cellar: :any_skip_relocation, arm64_big_sur: "6365fac068b5819e1ab691a9761a69911c7408257dd834b9afdfd8b96013977d" - sha256 cellar: :any_skip_relocation, sonoma: "247ad50704178931d18383156ee75b8e1d4fe2e5f2ec4558a2e44944abf5b8ea" - sha256 cellar: :any_skip_relocation, ventura: "fb2a45c24f32dc4505db2a3cc06cee715076631bd79d95e624a663ebaab5dcb3" - sha256 cellar: :any_skip_relocation, monterey: "dc8f2c1f137d34faac29fcfc22bd071770407defaf1393b13e34bbea6f34f93a" - sha256 cellar: :any_skip_relocation, big_sur: "94b6185f8417855075bd960460782ae2a92db585e569988198072d3b02f1aa4f" - sha256 cellar: :any_skip_relocation, x86_64_linux: "20957fef473a7ce18f6e8376c6102631525af40ee532a3633acaa2d1754f2dce" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "3ad3e7bbedaae70aa66ff76cde6fc06489c39072ce699ba85a0c16599572d97a" + sha256 cellar: :any_skip_relocation, arm64_ventura: "76f5c2432dcd7a292d5214f5effff6a0652e6038f2dc57e4d5a605108524f702" + sha256 cellar: :any_skip_relocation, arm64_monterey: "acb238931a0b4caf56e72ba2357a7fd28069a7409d54875f184adb508b0891d7" + sha256 cellar: :any_skip_relocation, sonoma: "998041aa72dba8af2414fb330bfad0cc0102cfe104b52447ba6536a5a61f7290" + sha256 cellar: :any_skip_relocation, ventura: "6911496ac82993da2d69c2e474570e8a76b730b6a10253dc8e4dae98cc6ede32" + sha256 cellar: :any_skip_relocation, monterey: "d1cdd9bd2a5788158892768e7447ba11e0828f6ee1fe95c5cb560ec2dc534e3f" + sha256 cellar: :any_skip_relocation, x86_64_linux: "a8c34415470d812d55643810b6a657d67f5905d0a290068999fc58613e9dc014" end depends_on "go" => :build