From 5ca1ba5f9602a7d82a0f8b525fef1a1842138a28 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 7 Nov 2024 00:53:01 +0000 Subject: [PATCH 1/2] mighttpd2 4.0.8 --- Formula/m/mighttpd2.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/m/mighttpd2.rb b/Formula/m/mighttpd2.rb index 09f4321d674d..04723b1e7e17 100644 --- a/Formula/m/mighttpd2.rb +++ b/Formula/m/mighttpd2.rb @@ -1,8 +1,8 @@ class Mighttpd2 < Formula desc "HTTP server" homepage "https://kazu-yamamoto.github.io/mighttpd2/" - url "https://hackage.haskell.org/package/mighttpd2-4.0.7/mighttpd2-4.0.7.tar.gz" - sha256 "28bb7c1309d71a276eab7b7ad0f78c00c5e7119a656ede408619cf676e749225" + url "https://hackage.haskell.org/package/mighttpd2-4.0.8/mighttpd2-4.0.8.tar.gz" + sha256 "cad7a92e3f9ce636d0099b226e080d0102a2498b9ef9d0abfc6b24e24f1d127b" license "BSD-3-Clause" bottle do From efc6dccae290a7214fcc40c4345296b0bc64c76f Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Thu, 7 Nov 2024 02:08:06 +0000 Subject: [PATCH 2/2] mighttpd2: update 4.0.8 bottle. --- Formula/m/mighttpd2.rb | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/Formula/m/mighttpd2.rb b/Formula/m/mighttpd2.rb index 04723b1e7e17..261a53d163ee 100644 --- a/Formula/m/mighttpd2.rb +++ b/Formula/m/mighttpd2.rb @@ -6,14 +6,12 @@ class Mighttpd2 < Formula license "BSD-3-Clause" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "55f9e72b534493ca05a670a39548097f87d215f5cecdd989deab5ac2d1ad3392" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "9ce8b2007ade99047af65d374ba0b01bea3f382006db449857be9f196cf3df20" - sha256 cellar: :any_skip_relocation, arm64_ventura: "be986030a6d0bf9e7bcfc5218f57d350f30fdaff17b905ef45ed4d6623e44f53" - sha256 cellar: :any_skip_relocation, arm64_monterey: "0b3fc20fd35255a3b98d9d4150ceb05a532944e24168f07c82341f66c7775d85" - sha256 cellar: :any_skip_relocation, sonoma: "cc899dbd255789fc44e49d0a94b804c3773302f2c1a7de1d7da0d18fdce511ff" - sha256 cellar: :any_skip_relocation, ventura: "800fca27c5bc71d56aba593940f36087b4fda948301ede2dd2a8f159e1796578" - sha256 cellar: :any_skip_relocation, monterey: "4dfa736657e5b293cf440d42ad467d8fdbf34fb67c69dbe1272a814a88932684" - sha256 cellar: :any_skip_relocation, x86_64_linux: "2edf3a1ccc28fac58f9a784c43d0f6de37e8d8c57ed2059c4d8a5f408d701361" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "8c8f8195c36bbea691d3faf56681c1a9ec10932a550d9854342d41a78427c1ca" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "c7ea8b3e622834bff079b88311cb158ee882dd195136973eab5fdafdb0b798dc" + sha256 cellar: :any_skip_relocation, arm64_ventura: "594c27cc4bb9feec025e53492bd863f03a622beb0ed5efab87e0d35d3e02f129" + sha256 cellar: :any_skip_relocation, sonoma: "f614b9817495f3a71a5bd712bf6d72668e13f0ede9bc682e25c85eebb2372f4d" + sha256 cellar: :any_skip_relocation, ventura: "04e1a56bce1760a82b6845e1ed2b864d984182d8015c3c641a32e6e3262f7d80" + sha256 cellar: :any_skip_relocation, x86_64_linux: "686df4669d80d3e379576984ffe0dfbe07197f286dc944045d7bab7ee6e26137" end depends_on "cabal-install" => :build