11class Yara < Formula
22 desc "Malware identification and classification tool"
33 homepage "https://github.com/VirusTotal/yara/"
4- url "https://github.com/VirusTotal/yara/archive/refs/tags/v4.5.4 .tar.gz"
5- sha256 "586c9c21878f8b4d1b9423b89ac937f21f8057b03e3e9706f310549d453966fa "
4+ url "https://github.com/VirusTotal/yara/archive/refs/tags/v4.5.5 .tar.gz"
5+ sha256 "d38e30fd9c1e1c7921d1c4568262d94f5c2d6b5da139fe49572a43ffbc5c53f6 "
66 license "BSD-3-Clause"
77 head "https://github.com/VirusTotal/yara.git" , branch : "master"
88
@@ -15,14 +15,12 @@ class Yara < Formula
1515 end
1616
1717 bottle do
18- sha256 cellar : :any , arm64_tahoe : "89e9f0b7dfee88a8d0ee0d6b10891af3f600eb2f2a1a6f2d3c02815727a4b1cd"
19- sha256 cellar : :any , arm64_sequoia : "05e38fe530217dd618458e1e864b88c9e5376a1a620e25b52c45327a2ba5bee0"
20- sha256 cellar : :any , arm64_sonoma : "3eb68c783f2be47824839b7a24d2950945f5c6a6365e856543fa89a22e00ffbc"
21- sha256 cellar : :any , arm64_ventura : "2d9d3ab818d55b5ac62615ed701072920575eb76b4705e627987298ed7c73a6a"
22- sha256 cellar : :any , sonoma : "f959e7e5f4ef46b3f184a22e48df80915d2174a9118c7824ee217039cab7eaef"
23- sha256 cellar : :any , ventura : "e60f16545e8349a9267d01b6d0a9218041108fc7f34477670106b9dc49160c28"
24- sha256 cellar : :any_skip_relocation , arm64_linux : "8d44b7e4a3f0bd5fca8274f440ee09b28b25e0b410f0f2d9a83ce02c2ecf5cb1"
25- sha256 cellar : :any_skip_relocation , x86_64_linux : "9eb5a6a26ded5e51d4c574bcd60a0a800cdd16749c7789bd625526449ade9332"
18+ sha256 cellar : :any , arm64_tahoe : "f50c08d6d468502fb468d9401c8087a31ed6e2193b518d9f2497e5306dac3df5"
19+ sha256 cellar : :any , arm64_sequoia : "bed2c8becb6623fc30f867d7399b9b1c8847a0ec40c740cf041ed99adc249aa0"
20+ sha256 cellar : :any , arm64_sonoma : "320fd862a8a32c5ad2ed2b58c6db1dba4ff1869cab0b9f5b0998a1d8b255c4e7"
21+ sha256 cellar : :any , sonoma : "df647efb738f895f459dce114d2f5cd2add6b0013ef1b754256fcd695064ed1d"
22+ sha256 cellar : :any_skip_relocation , arm64_linux : "dd2508d80b2e65d4e31548677fc7376e225498b09928b1ef3938bc08fc39f801"
23+ sha256 cellar : :any_skip_relocation , x86_64_linux : "b76a81e19bf1ca4a3f073e9c1811107b61b341e4d3bbd7ed2002cbb9c106c13c"
2624 end
2725
2826 depends_on "autoconf" => :build
0 commit comments