Skip to content

Commit

Permalink
Point to Zeek v3.2.0-dev-brim8 (#1033)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Aug 28, 2020
1 parent 7afffdd commit 4e23510
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/download-zdeps/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ async function main() {
try {
// We encode the zeek version here for now to avoid the unncessary
// git clone if it were in package.json.
const zeekVersion = "v3.2.0-dev-brim7"
const zeekVersion = "v3.2.0-dev-brim8"
await zeekDownload(zeekVersion, zdepsPath)

// The zq dependency should be a git tag or commit. Any tag that
Expand Down

0 comments on commit 4e23510

Please sign in to comment.