Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Formula/y/yara-x.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
class YaraX < Formula
desc "Tool to do pattern matching for malware research"
homepage "https://virustotal.github.io/yara-x/"
url "https://github.com/VirusTotal/yara-x/archive/refs/tags/v1.7.1.tar.gz"
sha256 "f74302102666c11c7e87578872e7cdd354c123139b17b2b7fb206c912766b593"
url "https://github.com/VirusTotal/yara-x/archive/refs/tags/v1.8.0.tar.gz"
sha256 "79c0f5496d5115863e22cfdc04837cb12650fd9f0d826a86d5e9b7f4b20ccdc7"
license "BSD-3-Clause"
head "https://github.com/VirusTotal/yara-x.git", branch: "main"

Expand Down
Loading