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 3aa1370c3..8edfe7379 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.tar.gz' - sha1 'c5a7604f52ba0d2578232c6c7a833d3a8756149f' + url 'https://github.com/robertdavidgraham/masscan/archive/1.0.1.tar.gz' + sha1 '0b23454bc6c37fa7d095977601ff117588064e7f' head 'https://github.com/kaizoku/masscan.git' def install |
