Files
Installomator/fragments/labels/wireshark.sh
Søren Theilgaard 5bf24ab7b4 GitHub fixes
2021-12-01 22:25:31 +01:00

8 lines
335 B
Bash

wireshark)
name="Wireshark"
type="dmg"
downloadURL="https://1.as.dl.wireshark.org/osx/Wireshark%20Latest%20Intel%2064.dmg"
appNewVersion=$(curl -fs https://www.wireshark.org/download.html | grep "Stable Release" | grep -o "(.*.)" | cut -f2 | head -1 | awk -F '[()]' '{print $2}')
expectedTeamID="7Z6EMTD2C6"
;;