From 99bc1a4515d1db9635d087e16b32a436eb292970 Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 14 Aug 2024 18:40:06 +0000 Subject: [PATCH 1/2] httpx 1.6.8 --- Formula/h/httpx.rb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Formula/h/httpx.rb b/Formula/h/httpx.rb index 3d93f6ad5762..640b56142424 100644 --- a/Formula/h/httpx.rb +++ b/Formula/h/httpx.rb @@ -1,8 +1,8 @@ class Httpx < Formula desc "Fast and multi-purpose HTTP toolkit" homepage "https://github.com/projectdiscovery/httpx" - url "https://github.com/projectdiscovery/httpx/archive/refs/tags/v1.6.7.tar.gz" - sha256 "a637d083eb09e2b1ed3c13843b95cbac0f566ce72f5fbc55a67965570d5e0582" + url "https://github.com/projectdiscovery/httpx/archive/refs/tags/v1.6.8.tar.gz" + sha256 "4c6085552b0576e125e5268255aedcac63c833c4cb69c523c7951efd9d6868ff" license "MIT" head "https://github.com/projectdiscovery/httpx.git", branch: "master" From 552bc7155d6b78c210b410148ffb9cf7ebec6d4b Mon Sep 17 00:00:00 2001 From: BrewTestBot <1589480+BrewTestBot@users.noreply.github.com> Date: Wed, 14 Aug 2024 19:15:27 +0000 Subject: [PATCH 2/2] httpx: update 1.6.8 bottle. --- Formula/h/httpx.rb | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Formula/h/httpx.rb b/Formula/h/httpx.rb index 640b56142424..74c63f771f12 100644 --- a/Formula/h/httpx.rb +++ b/Formula/h/httpx.rb @@ -7,13 +7,13 @@ class Httpx < Formula head "https://github.com/projectdiscovery/httpx.git", branch: "master" bottle do - sha256 cellar: :any_skip_relocation, arm64_sonoma: "394a97dfac7b47835d158f4a61f3560bfec18d0c2aa7b4d0001a955660ef75c8" - sha256 cellar: :any_skip_relocation, arm64_ventura: "7deef9ba794b4f4f3cd6d3b23632a82eea940f184f0433acb97403dbe6d62c7a" - sha256 cellar: :any_skip_relocation, arm64_monterey: "1d188739ebdf8e693d0a20937ec1e85ee0e9357e873a5e942303c31564e89557" - sha256 cellar: :any_skip_relocation, sonoma: "6c37753cfc0517dfec3ba95e11895035414befbd978270a08d5a5a1f1863f428" - sha256 cellar: :any_skip_relocation, ventura: "fdb801fddda6abdc977d6c3ec6225f6e9c1d8b5d759ce203926a231cbbca371e" - sha256 cellar: :any_skip_relocation, monterey: "0cf6373db719c297d774d1131a336964c6d9095a80b6ca6699debac17918191b" - sha256 cellar: :any_skip_relocation, x86_64_linux: "8063c9be8cd371b8ef0f8744f276b8bb3e9213b04fe0803e925ddfba667012c6" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "db038d044f1d83d6fa968c85c34621fbd1a1899f8d2b184e6e4d68d91da89e65" + sha256 cellar: :any_skip_relocation, arm64_ventura: "d8b59cd2339895f9175684d0b8ceeedada104c3203075ef6a22f9f6cd0e889ba" + sha256 cellar: :any_skip_relocation, arm64_monterey: "42f1acf7e3ca7c2a9113a77ab8b363a0f9c6841de8a934f6f2cbb0bf7c596b9d" + sha256 cellar: :any_skip_relocation, sonoma: "0c5d85e87b2ae3daa9dc6a3ce1ebcbf1781644a3c7a299010fd9110518c4a643" + sha256 cellar: :any_skip_relocation, ventura: "2857088c917cfd6767c4d7364eac413adcf23cda5d457c3999f41ffaea03f851" + sha256 cellar: :any_skip_relocation, monterey: "3044517776bac0a7ecafaaceb22ecc09154c3563880d04ac55b4cb860110def3" + sha256 cellar: :any_skip_relocation, x86_64_linux: "d1637a9b90ccf7cc60055dee824acf5ebbc951ec13a73663a5eed8377584ac51" end depends_on "go" => :build