diff --git a/Formula/owamp.rb b/Formula/owamp.rb index a9f70991e08..a4c44983693 100644 --- a/Formula/owamp.rb +++ b/Formula/owamp.rb @@ -6,7 +6,8 @@ class Owamp < Formula license "Apache-2.0" livecheck do - url "https://software.internet2.edu/sources/owamp/" + # HTTP allows directory listing while HTTPS returns 403 + url "http://software.internet2.edu/sources/owamp/" regex(/href=.*?owamp[._-]v?(\d+(?:\.\d+)+(?:-\d+)?)\.t/i) end