Skip to content

Commit

Permalink
Point to Zeek v3.2.1-brim4 (#1202)
Browse files Browse the repository at this point in the history
  • Loading branch information
philrz authored Nov 11, 2020
1 parent 57d8082 commit 05e752f
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 @@ -164,7 +164,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.1-brim3"
const zeekVersion = "v3.2.1-brim4"
await zeekDownload(zeekVersion, zdepsPath)

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

0 comments on commit 05e752f

Please sign in to comment.