Skip to content

Commit

Permalink
Merge pull request #188364 from Homebrew/bump-roadrunner-2024.2.1
Browse files Browse the repository at this point in the history
roadrunner 2024.2.1
  • Loading branch information
BrewTestBot authored Sep 12, 2024
2 parents 2d01c9e + 8164286 commit 09632a7
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions Formula/r/roadrunner.rb
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
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/v2024.2.0.tar.gz"
sha256 "b61dd97459b7d4bb88b6bd7e37552b5e84795442024fd78725ee1b3cc1bf887c"
url "https://github.com/roadrunner-server/roadrunner/archive/refs/tags/v2024.2.1.tar.gz"
sha256 "42af64a92eafbff58e8f684fb50a721be9f5668e38b44171c776563e1bd399f8"
license "MIT"
head "https://github.com/roadrunner-server/roadrunner.git", branch: "master"

bottle do
sha256 cellar: :any_skip_relocation, arm64_sonoma: "31fa4f816d9f762d22e259ae23c002b8b19d081a82f27032fac920e72e37ecca"
sha256 cellar: :any_skip_relocation, arm64_ventura: "06ee92483744ed1adb5c3a499fdffd1871185f0551230f7fd09eee72bfb09dcd"
sha256 cellar: :any_skip_relocation, arm64_monterey: "649ecbd926962bf15929127de9730ce5f292f9e09e7fcef25cd23b4e54f4a0b7"
sha256 cellar: :any_skip_relocation, sonoma: "19caf60fba872795fbde1dc0c55af61d8af7c6eba0c96d80af2c827c14dedc06"
sha256 cellar: :any_skip_relocation, ventura: "bf449a936e21ee37d97d2a1cfac0a28cde0d7e56fb6439624f3fd4faabfc87df"
sha256 cellar: :any_skip_relocation, monterey: "87e819f2e9864f42c1c1cc9dece18916300d663d509f300ead6be797574a4841"
sha256 cellar: :any_skip_relocation, x86_64_linux: "a8b2a977676cfaa2a824bcbc9dbffaa8d088d5fba648c563584cfaf035480c7e"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "dcee57443a23ccf96d48f2d5892b0ff193859387a3ad79bd6080a80507c29f1d"
sha256 cellar: :any_skip_relocation, arm64_ventura: "54e890c7644a4ac4d021af843a3d4ec74b3add903f7091e865c6052c9c7406de"
sha256 cellar: :any_skip_relocation, arm64_monterey: "b101b5b8a875fe2150d8fef5bfd8d22823b287aa735c3a8cee75d8e9fe45c746"
sha256 cellar: :any_skip_relocation, sonoma: "7f2ad24d0b2fd0a1c3ac7586b54ae2df2b258663d7777eb38d8203471e8191dd"
sha256 cellar: :any_skip_relocation, ventura: "01c76bc92d913fe3dd9c06717c977d842f14839f253253bc5c43c7d37fdd979c"
sha256 cellar: :any_skip_relocation, monterey: "90e46a1414169f2d1c706f28a56e468cee183f3e20ee3cad59a65f83949cfe58"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ec82d2b0f90e54acbb7c6a78d86e7273cb361cea6a1b1ef18b7d78b6291036b2"
end

depends_on "go" => :build
Expand Down

0 comments on commit 09632a7

Please sign in to comment.