Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Bump wireshark to 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
juadde committed Dec 12, 2023
1 parent f7cf1e8 commit 6fc6612
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/luabitop_compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Compilation

env:
LUABITOP_VERSION: "1.0.2"
WIRESHARK_VERSION: "4.0.10"
WIRESHARK_VERSION: "4.2.0"
LUA_VERSION: "5.2.4"

jobs:
Expand All @@ -17,7 +17,7 @@ jobs:
- name: Get LuaBitOp
run: Invoke-WebRequest -Uri http://bitop.luajit.org/download/LuaBitOp-${env:LUABITOP_VERSION}.zip -OutFile dll.zip
- name: Get Wireshark
run: Invoke-WebRequest -Uri https://2.na.dl.wireshark.org/win64/Wireshark-win64-${env:WIRESHARK_VERSION}.exe -OutFile wireshark.exe
run: Invoke-WebRequest -Uri https://2.na.dl.wireshark.org/win64/Wireshark-${env:WIRESHARK_VERSION}-x64.exe -OutFile wireshark.exe
- name: Get Lua
run: Invoke-WebRequest -Uri https://www.lua.org/ftp/lua-${env:LUA_VERSION}.tar.gz -OutFile lua.tar.gz

Expand Down

0 comments on commit 6fc6612

Please sign in to comment.