We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 00653b1 commit 49cc512Copy full SHA for 49cc512
.github/workflows/release.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: actions/checkout@v3
33
with:
34
repository: zeek/zeek
35
- ref: v6.2.0
+ ref: v7.0.0
36
fetch-depth: 1
37
submodules: recursive
38
path: zeek-src
release.sh
@@ -70,7 +70,7 @@ install_zeek_package() {
70
71
$sudo pip3 install btest wheel
72
73
-install_zeek_package brimdata/geoip-conn 4be3eb91a556c91659953f27495b0ab52dae9219
+install_zeek_package brimdata/geoip-conn aba34d6b9e87d7e21a895f2513d809b4dfcf804d
74
install_zeek_package salesforce/hassh 76a47abe9382109ce9ba530e7f1d7014a4a95209
75
install_zeek_package salesforce/ja3 421dd4f3616b533e6971bb700289c6bb8355e707
76
0 commit comments