Skip to content

Commit

Permalink
windows: use zeek-20200403 artifact (#548)
Browse files Browse the repository at this point in the history
This includes the new launcher utility from:
brimdata/zeek#9
  • Loading branch information
alfred-landrum authored Apr 3, 2020
1 parent 4c7d4cc commit 1176732
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 @@ -108,7 +108,7 @@ async function zeekDownload(version, zdepsPath) {
// Special casing for zeek on windows as it's not yet created automatically
// like linux/mac.
artifactFile = "zeek.zip"
artifactUrl = "https://storage.googleapis.com/brimsec/zeek-windows/zeek-20200624.zip"
artifactUrl = "https://storage.googleapis.com/brimsec/zeek-windows/zeek-20200403.zip"
} else {
artifactFile = `zeek-${version}.${plat.osarch}.zip`
artifactUrl = `https:/brimsec/zeek/releases/download/${version}/${artifactFile}`
Expand Down

0 comments on commit 1176732

Please sign in to comment.