diff --git a/Formula/k/katana.rb b/Formula/k/katana.rb index 4001649dc0ced..f07867dc4600b 100644 --- a/Formula/k/katana.rb +++ b/Formula/k/katana.rb @@ -1,18 +1,18 @@ class Katana < Formula desc "Crawling and spidering framework" homepage "https://github.com/projectdiscovery/katana" - url "https://github.com/projectdiscovery/katana/archive/refs/tags/v1.1.1.tar.gz" - sha256 "8a22c1d940ddebad1b857c76edc21daa69f04bc5425c1e78680c05acc236d559" + url "https://github.com/projectdiscovery/katana/archive/refs/tags/v1.1.2.tar.gz" + sha256 "f88acace9ceee767cf15a5212ada2ef0c40dc1e4863e4dfbeb4418f5def55098" license "MIT" head "https://github.com/projectdiscovery/katana.git", branch: "main" bottle do - sha256 cellar: :any_skip_relocation, arm64_sequoia: "591d926469cc2912114357fa56b38b3ce7abd66f353661748673b4137eab7175" - sha256 cellar: :any_skip_relocation, arm64_sonoma: "44f6733ebfbd43ebc273a04aba6ba97bd7ff5c7a50027e733d4a1595a35cdcf9" - sha256 cellar: :any_skip_relocation, arm64_ventura: "8eb093df19667a3296d38be2fbcfdf0fe30880aaa3917eb587d88bd4cccdfefb" - sha256 cellar: :any_skip_relocation, sonoma: "e5a8b6c66ed3731fbf64d93718c004ab85b6b22195bed8d06a762c87977cb772" - sha256 cellar: :any_skip_relocation, ventura: "56b94160bd49f2b9074d5f53eb175e0e592d62a882fb91512725dfe2a96446a4" - sha256 cellar: :any_skip_relocation, x86_64_linux: "6930774a96299596c233d288bf3b54e0e606651e603982d28000c53abf21cbc3" + sha256 cellar: :any_skip_relocation, arm64_sequoia: "eb97945db87b8300094bc9563a7556149c2a61be37aeda5874e5797ca973c2b8" + sha256 cellar: :any_skip_relocation, arm64_sonoma: "ac0aa96a1804ab6cb7b575c2352fdee0a34ac46a74e762af2429cc99f212e7b6" + sha256 cellar: :any_skip_relocation, arm64_ventura: "c439b24c21960c83458a81abc22005b250486ee7d509fac9c55e4b51ec63b4b3" + sha256 cellar: :any_skip_relocation, sonoma: "666940bdcee26b77aecbf423ef8c42561fdbca3ee07372869bc4ea451112cc40" + sha256 cellar: :any_skip_relocation, ventura: "15782ff5c3f4fa84fd9a40bd4283dac1798be4dd8d76b2db88013420fc9e7991" + sha256 cellar: :any_skip_relocation, x86_64_linux: "c0b5144fb31754168c0f7b0f8f0714c5372242a84c7ba0f72d5fc810cf8a1848" end depends_on "go" => :build