diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/masscan.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Library/Formula/masscan.rb b/Library/Formula/masscan.rb index 8edfe7379..1e46a3b8c 100644 --- a/Library/Formula/masscan.rb +++ b/Library/Formula/masscan.rb @@ -2,8 +2,8 @@ require 'formula' class Masscan < Formula homepage 'https://github.com/robertdavidgraham/masscan/' - url 'https://github.com/robertdavidgraham/masscan/archive/1.0.1.tar.gz' - sha1 '0b23454bc6c37fa7d095977601ff117588064e7f' + url 'https://github.com/robertdavidgraham/masscan/archive/1.0.3.tar.gz' + sha1 'a10a2475e97c7d2b2999e4c9ce9e19863782dc8f' head 'https://github.com/kaizoku/masscan.git' def install |
