Skip to content

Commit

Permalink
Merge pull request #206429 from Homebrew/bump-yara-x-0.13.0
Browse files Browse the repository at this point in the history
yara-x 0.13.0
  • Loading branch information
BrewTestBot authored Feb 4, 2025
2 parents c3cdef3 + afa1838 commit de1dcda
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 16 deletions.
13 changes: 7 additions & 6 deletions Formula/m/malcontent.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@ class Malcontent < Formula
url "https://github.com/chainguard-dev/malcontent/archive/refs/tags/v1.8.6.tar.gz"
sha256 "282f46640dccfe4b254ae4d0025e983ab8d0273c177966512523e988c0a4a13f"
license "Apache-2.0"
revision 1

bottle do
sha256 cellar: :any, arm64_sequoia: "21e574522d3c15ba2194dea95c7b8fcdebad8c38f215cca35fcea387ff7ccfec"
sha256 cellar: :any, arm64_sonoma: "15bae21aa368c40552b76e177a9e93cb4cc92debece18f3264ebfc122a0a3fe0"
sha256 cellar: :any, arm64_ventura: "0ab802e01d203cd0ae28a066c5e26209976b1010049271ce140728b5b659c819"
sha256 cellar: :any, sonoma: "bc8b0999868c1bdd49e5025f9bd54c53cf3e0d7f68760ffcc9a4c3ae86148389"
sha256 cellar: :any, ventura: "13aad75c87e25237c28cb0f7d4dbc5cc031cdbc95dc96ae90656d14d4f25ee98"
sha256 cellar: :any_skip_relocation, x86_64_linux: "c5d281303886d09f7bc59704f8e4ff9f02a4925501f2cbb723a9df38657b5028"
sha256 cellar: :any, arm64_sequoia: "791b8b3abdb78182e80c065dc39e1e33511a9d42361c56d9f1b6aabc863d210e"
sha256 cellar: :any, arm64_sonoma: "204313a9f1b0feb2b5c4462da364a16899371b416e85570a438952b0d7313c29"
sha256 cellar: :any, arm64_ventura: "b9f3ca66fb8c7ed1b91c7830f6be70e5b723e066776d26c3b9d1ad1017b6d45a"
sha256 cellar: :any, sonoma: "d4f27aad582a1893b5e3e11b6cb1b1e6bda6e3688c26bd23d3ab2b753789bfaa"
sha256 cellar: :any, ventura: "75fcd3417df05b7ded112f989ec8c9665a77e0fc0302a7ffdf85c4192057cd7d"
sha256 cellar: :any_skip_relocation, x86_64_linux: "007dbb723d6950dd7316ad76b1444e2adcbfd89668ebb7a56baa23994b59736b"
end

depends_on "go" => :build
Expand Down
18 changes: 8 additions & 10 deletions Formula/y/yara-x.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
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/v0.12.0.tar.gz"
sha256 "f73f7c3d2b38e7190d9b588bbc4eb6664123cd95a10c30e198f0653da1db8932"
url "https://github.com/VirusTotal/yara-x/archive/refs/tags/v0.13.0.tar.gz"
sha256 "906a40675136e9a911e3c1c239b9e340823e6952c3b69bfe980f3b1ed0a74835"
license "BSD-3-Clause"
revision 1
head "https://github.com/VirusTotal/yara-x.git", branch: "main"

livecheck do
Expand All @@ -13,13 +12,12 @@ class YaraX < Formula
end

bottle do
rebuild 1
sha256 cellar: :any, arm64_sequoia: "9a5a4729ce56e0950aef1df94f3ad469bc18184c748899615d2829e9b35f627f"
sha256 cellar: :any, arm64_sonoma: "f48cc85e4dad3afeaf032454de8990dbb9c42360b496a3a03c48afb5a37f1721"
sha256 cellar: :any, arm64_ventura: "a1b30a033f96edaebe26b64306c14a44d4af44965bb3ffe27d2679d0fd5bef83"
sha256 cellar: :any, sonoma: "29d52aa07c219ace39bb37501755496463e8b7907382d18ed9e9cfc95905fa0c"
sha256 cellar: :any, ventura: "2cd0fdac5eb77c6329b6ab061e777d2c80dc9fb18517b01a4aced63dfd8bb45c"
sha256 cellar: :any_skip_relocation, x86_64_linux: "ed661fa8e266886a960a066e790238b68ae0adbdff42cdc331dbc94395febdc1"
sha256 cellar: :any, arm64_sequoia: "da4535c1bfe97f1257dbe2506b747115319712c256b54351eac7ad68258bb2c7"
sha256 cellar: :any, arm64_sonoma: "7f06e1a079d6eeb0a6b457b59299e30375a8ae26fea6a7773530c736668541bb"
sha256 cellar: :any, arm64_ventura: "d6ef649b8374ede038e59cfba663423554aece8b93c6c52385b95bf6dfe55516"
sha256 cellar: :any, sonoma: "5e21edf6c3b75091b1da231946432ea864955298b6428b3042444b9cd445486e"
sha256 cellar: :any, ventura: "62c27f520179bcd673b76e89853eccee3b71db4bf118d82a22a01e0156c25a7a"
sha256 cellar: :any_skip_relocation, x86_64_linux: "64889d8e0020ce4dfa9417dabb1006c97c6010e821f686d5f29bc7a62482b66c"
end

depends_on "cargo-c" => :build
Expand Down

0 comments on commit de1dcda

Please sign in to comment.