Skip to content

Commit

Permalink
Merge pull request #195016 from Homebrew/bump-tlsx-1.1.8
Browse files Browse the repository at this point in the history
tlsx 1.1.8
  • Loading branch information
BrewTestBot authored Oct 20, 2024
2 parents b855592 + 2b12b7e commit 8fe9278
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions Formula/t/tlsx.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class Tlsx < Formula
desc "Fast and configurable TLS grabber focused on TLS based data collection"
homepage "https://github.com/projectdiscovery/tlsx"
url "https://github.com/projectdiscovery/tlsx/archive/refs/tags/v1.1.7.tar.gz"
sha256 "2fdf4a46bed59595566a532f3bc30c758a892668a0409e7f5b54320d6235c68d"
url "https://github.com/projectdiscovery/tlsx/archive/refs/tags/v1.1.8.tar.gz"
sha256 "272330eb814dc79d367b18c9aa5033a507f9214616d97ac4c1b2f75054767504"
license "MIT"
head "https://github.com/projectdiscovery/tlsx.git", branch: "main"

Expand All @@ -12,14 +12,12 @@ class Tlsx < Formula
end

bottle do
sha256 cellar: :any_skip_relocation, arm64_sequoia: "76b6131cde70f08b85e1a9c300bc3d0b9bd9aa4ef68fda288f6be15a72097a0d"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "899ec8d2cbdee003aaaf48c44bec9c8ddf292027db7c9351175e7fa097421361"
sha256 cellar: :any_skip_relocation, arm64_ventura: "7fb848d9bb9f69030a44d87e47c405b6d9149bb2114bc7fd9b52f3324f34a307"
sha256 cellar: :any_skip_relocation, arm64_monterey: "fe2d08ac1c24cd5428c658ab41e0f011b363a1f1c608750c3d81e635151d1e5f"
sha256 cellar: :any_skip_relocation, sonoma: "ba270a761df567a4e6f72acc9479addc6f896082163f6387cf5cbf34d33b66be"
sha256 cellar: :any_skip_relocation, ventura: "e9692a8b5e124d27245f0bea51aaa99bdfb76dab6147b08d1be49a814569a4d2"
sha256 cellar: :any_skip_relocation, monterey: "f19ba71eb1721adddb9f1e7bf99cfa3b044f4a4356462bb9a78cdc6b08814bda"
sha256 cellar: :any_skip_relocation, x86_64_linux: "842ceebc51ae3d728164e2ac3aa278abf71121c71bbacc37375e785c90d6bb33"
sha256 cellar: :any_skip_relocation, arm64_sequoia: "b40e84e207184b3d5ba8df0cfc15b9b0e38ac219131b10d32d59fb4231f710c5"
sha256 cellar: :any_skip_relocation, arm64_sonoma: "91424e94b9e80bcb352c39f8f45b9a9290fc97afc58c0bafa435ccee44ce9e8c"
sha256 cellar: :any_skip_relocation, arm64_ventura: "f023f11876cb65f7558142fd39c85c8309f43eed1eb00fddd4b1bf8cbc24a3c2"
sha256 cellar: :any_skip_relocation, sonoma: "4d308e255ba04418d6580cde651e766a55f4d75bf74af4bc25f9def4ded7e1a5"
sha256 cellar: :any_skip_relocation, ventura: "5f71f4320d10ebfd2f0ff012ff35050cc9015dd4252498cfd412ac2d6d85d169"
sha256 cellar: :any_skip_relocation, x86_64_linux: "731a43d294f9ca51520d2e54991972bb3e2034bf6b28fccd90e4357d65341d67"
end

depends_on "go" => :build
Expand Down

0 comments on commit 8fe9278

Please sign in to comment.