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

wireshark-dev url returns 404 #657

Closed
xen0l opened this issue Jan 11, 2015 · 4 comments · Fixed by #658
Closed

wireshark-dev url returns 404 #657

xen0l opened this issue Jan 11, 2015 · 4 comments · Fixed by #658

Comments

@xen0l
Copy link

xen0l commented Jan 11, 2015

http://www.wireshark.org/download/osx/Wireshark%201.99.0%20Intel%2064.dmg is not available. We should use https://www.wireshark.org/download/automated/osx/Wireshark%201.99.2-617-g74b20dc%20Intel%2064.dmg instead.

@radeksimko
Copy link
Contributor

Good catch, thanks, will you send pull request to update the cask?

@xen0l
Copy link
Author

xen0l commented Jan 11, 2015

cask :v1 => 'wireshark-dev' do
  version '1.99.2-617-g74b20dc'
  sha256 '093e73cc1b755d3c2cae9f5647bfb5aad2cd22d48549cb44a353467f61116684'

  url "https://www.wireshark.org/download/automated/osx/Wireshark%20#{version}%20Intel%2064.dmg"
  homepage 'http://www.wireshark.org'
  license :unknown

  pkg "Wireshark #{version} Intel 64.pkg"
  uninstall :pkgutil => 'org.wireshark.*'
end

The only problem with this is that is has to be updated quite often. I haven't found a better solution.

@radeksimko
Copy link
Contributor

It's expectable that a dev version has to be updated often, that's why is it part of homebrew-versions repository and not the main homebrew-cask.

Attaching code is helpful, but sending an actual PR would be even more helpful. ;-)

@vitorgalvao
Copy link
Member

Thank you for the heads-up, @xen0l. Will be updated in #658. Updated to 1.99.1 as that’s the one they’re officially calling the “latest development release”.

@lock lock bot locked as resolved and limited conversation to collaborators May 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants