Skip to content

Commit

Permalink
Update aggregated metadata.
Browse files Browse the repository at this point in the history
  • Loading branch information
zeek-bot committed Aug 12, 2024
1 parent 2edf2ce commit 1e46ab7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions aggregate.meta
Original file line number Diff line number Diff line change
Expand Up @@ -2323,7 +2323,7 @@ script_dir = analyzer
summary = Spicy-based analyzer for the DHCP protocol
test_command = cd tests && PATH=$(zkg config plugin_dir)/packages/spicy-plugin/bin:$PATH btest -d -j $(nproc)
url = https://github.com/zeek/spicy-dhcp
version = v0.0.8
version = v0.0.9

[zeek/spicy-dns]
build_command = mkdir -p build && cd build && SPICYZ=$(command -v spicyz || echo %(package_base)s/spicy-plugin/build/bin/spicyz) cmake .. && cmake --build .
Expand All @@ -2333,7 +2333,7 @@ script_dir = analyzer
summary = Spicy-based analyzer for the DNS protocol
test_command = cd tests && PATH=$(zkg config plugin_dir)/packages/spicy-plugin/bin:$PATH btest -d -j $(nproc)
url = https://github.com/zeek/spicy-dns
version = v0.0.8
version = v0.0.9

[zeek/spicy-http]
build_command = mkdir -p build && cd build && SPICYZ=$(command -v spicyz || echo %(package_base)s/spicy-plugin/build/bin/spicyz) cmake .. && cmake --build .
Expand All @@ -2343,7 +2343,7 @@ script_dir = analyzer
summary = Spicy-based analyzer for the HTTP protocol
test_command = cd tests && PATH=$(zkg config plugin_dir)/packages/spicy-plugin/bin:$PATH btest -d -j $(nproc)
url = https://github.com/zeek/spicy-http
version = v0.0.8
version = v0.0.9

[zeek/spicy-ldap]
build_command = mkdir -p build && cd build && SPICYZ=$(command -v spicyz || echo %(package_base)s/spicy-plugin/build/bin/spicyz) cmake .. && cmake --build .
Expand Down

0 comments on commit 1e46ab7

Please sign in to comment.