Skip to content

Commit c8a8563

Browse files
authored
Merge pull request #230103 from Homebrew/bump-tlsx-1.2.0
tlsx 1.2.0
2 parents 9240f80 + dd46475 commit c8a8563

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Formula/t/tlsx.rb

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
class Tlsx < Formula
22
desc "Fast and configurable TLS grabber focused on TLS based data collection"
33
homepage "https://github.com/projectdiscovery/tlsx"
4-
url "https://github.com/projectdiscovery/tlsx/archive/refs/tags/v1.1.9.tar.gz"
5-
sha256 "96280c609d8e82258ec2da99487702d1696d6430bdd179cbc64ff035be8f92c9"
4+
url "https://github.com/projectdiscovery/tlsx/archive/refs/tags/v1.2.0.tar.gz"
5+
sha256 "0aefac187dfe49f1c30b52736915c81b5c1fa215bd76a2417fff9d3006acc98a"
66
license "MIT"
77
head "https://github.com/projectdiscovery/tlsx.git", branch: "main"
88

@@ -12,12 +12,12 @@ class Tlsx < Formula
1212
end
1313

1414
bottle do
15-
sha256 cellar: :any_skip_relocation, arm64_sequoia: "1a75b7caa8eb3620f06e521b5089a6f855fbc678a5b33f94d3f4aa7257cc7769"
16-
sha256 cellar: :any_skip_relocation, arm64_sonoma: "5f86c2d8958e80ee7fc67d722fb365daf6464db063a9d2628e345ac57c4985b6"
17-
sha256 cellar: :any_skip_relocation, arm64_ventura: "7b9e4d8105f1b75e0dd35719a9abf3252c0d22c1da0fc85376172467eceb1973"
18-
sha256 cellar: :any_skip_relocation, sonoma: "6ebb76c7c8f89a1865a76458f82b912d7d68b3a203822f88a43e40f4db151150"
19-
sha256 cellar: :any_skip_relocation, ventura: "0c2a977abfdd73a2f4f4e215ec9988620b22ff539b355c42d67922079ef31a31"
20-
sha256 cellar: :any_skip_relocation, x86_64_linux: "64a75bb051709028ee1165ac69fa0ec92189a8e4a0899cc283fd7fc3ecd630d4"
15+
sha256 cellar: :any_skip_relocation, arm64_sequoia: "c29373fe2ba4c44c3178666a20b73349d907320ba837a22dd2da355e5667dd93"
16+
sha256 cellar: :any_skip_relocation, arm64_sonoma: "fed350b33cac09ec4fc18bbd9297c627dbf0874c369b37729521e844a1e7061e"
17+
sha256 cellar: :any_skip_relocation, arm64_ventura: "7d24577463b54435632dbd5957eff82160c00ca4141e4fce3eb3798aec162d66"
18+
sha256 cellar: :any_skip_relocation, sonoma: "1accac8de524a65392d52081552d5865f00055f2ec88fac7198f5f2ed1a58da3"
19+
sha256 cellar: :any_skip_relocation, ventura: "d01b982b1d8d8254f2334c2f0aa1a52d6e63276c613037ee6a8cb339e32b5486"
20+
sha256 cellar: :any_skip_relocation, x86_64_linux: "80cf98c7a3e327debe032d86cab507baef07a5d3af790cc7874adede8d4b1d74"
2121
end
2222

2323
depends_on "go" => :build

0 commit comments

Comments
 (0)