diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/hping.rb | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/Library/Formula/hping.rb b/Library/Formula/hping.rb index a995a2ec0..4ffcdb205 100644 --- a/Library/Formula/hping.rb +++ b/Library/Formula/hping.rb @@ -1,10 +1,11 @@ -require 'formula' +require "formula" class Hping < Formula - homepage 'http://www.hping.org/' - url 'http://www.hping.org/hping3-20051105.tar.gz' - sha1 'e13d27e14e7f90c2148a9b00a480781732fd351e' - version '3.20051105' + homepage "http://www.hping.org/" + url "http://www.hping.org/hping3-20051105.tar.gz" + mirror "https://raw.githubusercontent.com/DomT4/LibreMirror/master/Hping/hping3-20051105.tar.gz" + sha1 "e13d27e14e7f90c2148a9b00a480781732fd351e" + version "3.20051105" patch :DATA |
