We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3260ed1 commit d2257c3Copy full SHA for d2257c3
Formula/y/yara-x.rb
@@ -1,10 +1,9 @@
1
class YaraX < Formula
2
desc "Tool to do pattern matching for malware research"
3
homepage "https://virustotal.github.io/yara-x/"
4
- url "https://github.com/VirusTotal/yara-x/archive/refs/tags/v0.12.0.tar.gz"
5
- sha256 "f73f7c3d2b38e7190d9b588bbc4eb6664123cd95a10c30e198f0653da1db8932"
+ url "https://github.com/VirusTotal/yara-x/archive/refs/tags/v0.13.0.tar.gz"
+ sha256 "906a40675136e9a911e3c1c239b9e340823e6952c3b69bfe980f3b1ed0a74835"
6
license "BSD-3-Clause"
7
- revision 1
8
head "https://github.com/VirusTotal/yara-x.git", branch: "main"
9
10
livecheck do
0 commit comments